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:

committed by
Marge Bot

parent
18e72ee210
commit
ff5b74ef32
@@ -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;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user