Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp687 this->swizzle = BRW_SWIZZLE_NOOP; in src_reg()
704 this->swizzle = BRW_SWIZZLE_NOOP; in src_reg()
1827 assert(inst->src[0].swizzle == BRW_SWIZZLE_NOOP); in move_uniform_array_access_to_pull_constants()
Dbrw_reg.h78 #define BRW_SWIZZLE_NOOP BRW_SWIZZLE4(0,1,2,3) macro