Lines Matching refs:warps
166 uint32_t const bc_max = msb_idx_u32(pow2_rd_u32(merge->warps)); in hsg_target_glsl()
197 merge->warps, in hsg_target_glsl()
198 msb_idx_u32(pow2_ru_u32(merge->warps)), in hsg_target_glsl()
200 config->merge.flip.warps, in hsg_target_glsl()
203 config->merge.half.warps, in hsg_target_glsl()
302 uint32_t const bs = pow2_ru_u32(m->warps); in hsg_target_glsl()
320 if (m->warps > 1) in hsg_target_glsl()
324 m->warps * config->warp.lanes, in hsg_target_glsl()
330 m->warps,msb); in hsg_target_glsl()
348 uint32_t const msb = msb_idx_u32(m->warps); in hsg_target_glsl()
365 if (m->warps > 1) in hsg_target_glsl()
369 m->warps * config->warp.lanes, in hsg_target_glsl()
375 m->warps,msb); in hsg_target_glsl()
570 merge[ops->a].warps,ops->c,ops->b); in hsg_target_glsl()
576 ops->b,merge[ops->a].warps,ops->c); in hsg_target_glsl()
655 m->warps); in hsg_target_glsl()
665 m->warps); in hsg_target_glsl()
679 if (m->warps <= 32) in hsg_target_glsl()