Searched refs:BRW_SWIZZLE_YZXW (Results 1 – 2 of 2) sorted by relevance
82 brw_MUL(p, vec4(brw_null_reg()), brw_swizzle(e, BRW_SWIZZLE_YZXW), in compute_tri_direction()85 brw_swizzle(f, BRW_SWIZZLE_YZXW)); in compute_tri_direction()
87 #define BRW_SWIZZLE_YZXW BRW_SWIZZLE4(1,2,0,3) macro