Home
last modified time | relevance | path

Searched refs:workgroups_x_shift (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/panfrost/lib/
Dpan_invocation.c84 cfg.workgroups_x_shift = shifts[3]; in panfrost_pack_work_groups_compute()
98 cfg.unknown_shift = quirk_graphics ? 2 : cfg.workgroups_x_shift; in panfrost_pack_work_groups_compute()
Ddecode.c549 … size_z = bits(invocation.invocations, invocation.size_z_shift, invocation.workgroups_x_shift) + 1; in pandecode_invocation()
551 …unsigned groups_x = bits(invocation.invocations, invocation.workgroups_x_shift, invocation.workgro… in pandecode_invocation()
/external/igt-gpu-tools/lib/
Dpanfrost-job.h858 u32 workgroups_x_shift : 6; member