Searched refs:workgroups_z_shift (Results 1 – 3 of 3) sorted by relevance
86 cfg.workgroups_z_shift = shifts[5]; in panfrost_pack_work_groups_compute()93 cfg.workgroups_z_shift = 32; in panfrost_pack_work_groups_compute()
552 …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()
860 u32 workgroups_z_shift : 6; member