Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/lib/
Dpan_invocation.c82 cfg.size_y_shift = shifts[1]; in panfrost_pack_work_groups_compute()
Ddecode.c547 unsigned size_x = bits(invocation.invocations, 0, invocation.size_y_shift) + 1; in pandecode_invocation()
548 …unsigned size_y = bits(invocation.invocations, invocation.size_y_shift, invocation.size_z_shift) +… in pandecode_invocation()
/external/igt-gpu-tools/lib/
Dpanfrost-job.h856 u32 size_y_shift : 5; member