Searched refs:BRW_SWIZZLE_NOOP (Results 1 – 2 of 2) sorted by relevance
431 this->swizzle = BRW_SWIZZLE_NOOP; in src_reg()1487 src.swizzle = BRW_SWIZZLE_NOOP; in visit()1512 this->result.swizzle = BRW_SWIZZLE_NOOP; in visit()1669 : BRW_SWIZZLE_NOOP)); in visit()
48 #define BRW_SWIZZLE_NOOP BRW_SWIZZLE4(0,1,2,3) macro