Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/lib/
Dpan_invocation.c86 cfg.workgroups_z_shift = shifts[5]; in panfrost_pack_work_groups_compute()
93 cfg.workgroups_z_shift = 32; in panfrost_pack_work_groups_compute()
Ddecode.c552 …y = bits(invocation.invocations, invocation.workgroups_y_shift, invocation.workgroups_z_shift) + 1; in pandecode_invocation()
553 unsigned groups_z = bits(invocation.invocations, invocation.workgroups_z_shift, 32) + 1; in pandecode_invocation()
/external/igt-gpu-tools/lib/
Dpanfrost-job.h860 u32 workgroups_z_shift : 6; member