Searched refs:stage_bits (Results 1 – 2 of 2) sorted by relevance
1130 #define radv_foreach_stage(stage, stage_bits) \ argument1132 __tmp = (gl_shader_stage)((stage_bits) & RADV_STAGE_MASK); \
2058 #define anv_foreach_stage(stage, stage_bits) \ argument2060 __tmp = (gl_shader_stage)((stage_bits) & ANV_STAGE_MASK); \