Searched refs:BRW_SWIZZLE_NOOP (Results 1 – 2 of 2) sorted by relevance
682 this->swizzle = BRW_SWIZZLE_NOOP; in src_reg()699 this->swizzle = BRW_SWIZZLE_NOOP; in src_reg()1826 assert(inst->src[0].swizzle == BRW_SWIZZLE_NOOP); in move_uniform_array_access_to_pull_constants()
77 #define BRW_SWIZZLE_NOOP BRW_SWIZZLE4(0,1,2,3) macro