Searched refs:stage_bits (Results 1 – 4 of 4) sorted by relevance
42 #define tu_foreach_stage(stage, stage_bits) \ argument44 __tmp = (gl_shader_stage)((stage_bits) &TU_STAGE_MASK); \
200 #define lvp_foreach_stage(stage, stage_bits) \ argument202 __tmp = (gl_shader_stage)((stage_bits) & LVP_STAGE_MASK); \
1679 #define radv_foreach_stage(stage, stage_bits) \ argument1681 __tmp = (gl_shader_stage)((stage_bits) & RADV_STAGE_MASK); \
3325 #define anv_foreach_stage(stage, stage_bits) \ argument3327 __tmp = (gl_shader_stage)((stage_bits) & ANV_STAGE_MASK); \