Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/tools/
Di965_gram.y105 BRW_SWIZZLE_NOOP, in set_direct_src_operand()
1523 $$.swizzle = BRW_SWIZZLE_NOOP;
1698 BRW_SWIZZLE_NOOP,
2155 $$ = BRW_SWIZZLE_NOOP;
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp679 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()
Dbrw_reg.h78 #define BRW_SWIZZLE_NOOP BRW_SWIZZLE4(0,1,2,3) macro