Home
last modified time | relevance | path

Searched refs:BRW_SWIZZLE_YZXW (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_clip_unfilled.c82 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()
Dbrw_reg.h87 #define BRW_SWIZZLE_YZXW BRW_SWIZZLE4(1,2,0,3) macro