Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/tools/
Di965_gram.y95 BRW_SWIZZLE_NOOP, in set_direct_src_operand()
1513 $$.swizzle = BRW_SWIZZLE_NOOP;
1688 BRW_SWIZZLE_NOOP,
2145 $$ = BRW_SWIZZLE_NOOP;
/external/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()
1732 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
/external/igt-gpu-tools/assembler/
Dbrw_reg.h73 #define BRW_SWIZZLE_NOOP BRW_SWIZZLE4(0,1,2,3) macro
Dgram.y83 .reg.dw1.bits.swizzle = BRW_SWIZZLE_NOOP,
320 SWIZZLE(reg) && SWIZZLE(reg) != BRW_SWIZZLE_NOOP) in validate_src_reg()
2791 $$.reg.dw1.bits.swizzle = BRW_SWIZZLE_NOOP;
3315 SWIZZLE(src->reg) = BRW_SWIZZLE_NOOP; in set_direct_src_operand()