Searched refs:BRW_SWIZZLE_NOOP (Results 1 – 3 of 3) sorted by relevance
105 BRW_SWIZZLE_NOOP, in set_direct_src_operand()1523 $$.swizzle = BRW_SWIZZLE_NOOP;1698 BRW_SWIZZLE_NOOP,2155 $$ = BRW_SWIZZLE_NOOP;
679 this->swizzle = BRW_SWIZZLE_NOOP; in src_reg()696 this->swizzle = BRW_SWIZZLE_NOOP; in src_reg()1719 assert(inst->src[0].swizzle == BRW_SWIZZLE_NOOP); in move_uniform_array_access_to_pull_constants()
78 #define BRW_SWIZZLE_NOOP BRW_SWIZZLE4(0,1,2,3) macro