Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/lib/
Dpan_invocation.c85 cfg.workgroups_y_shift = shifts[4]; in panfrost_pack_work_groups_compute()
Ddecode.c551 …x = bits(invocation.invocations, invocation.workgroups_x_shift, invocation.workgroups_y_shift) + 1; in pandecode_invocation()
552 …unsigned groups_y = bits(invocation.invocations, invocation.workgroups_y_shift, invocation.workgro… in pandecode_invocation()
/external/igt-gpu-tools/lib/
Dpanfrost-job.h859 u32 workgroups_y_shift : 6; member