Searched refs:size_y_shift (Results 1 – 3 of 3) sorted by relevance
82 cfg.size_y_shift = shifts[1]; in panfrost_pack_work_groups_compute()
547 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()
856 u32 size_y_shift : 5; member