intel/fs: Add workgroup_size() helper

Reviewed-by: Francisco Jerez <currojerez@riseup.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3226>
This commit is contained in:
Caio Marcelo de Oliveira Filho
2020-01-14 12:22:47 -08:00
committed by Marge Bot
parent 18e72ee210
commit ff5b74ef32
2 changed files with 10 additions and 0 deletions

View File

@@ -411,6 +411,8 @@ private:
void lower_mul_dword_inst(fs_inst *inst, bblock_t *block);
void lower_mul_qword_inst(fs_inst *inst, bblock_t *block);
void lower_mulh_inst(fs_inst *inst, bblock_t *block);
unsigned workgroup_size() const;
};
/**