Home
last modified time | relevance | path

Searched refs:BRW_OPCODE_DP3 (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_shader.cpp994 case BRW_OPCODE_DP3: in can_do_saturate()
1044 case BRW_OPCODE_DP3: in can_do_cmod()
Dbrw_vec4_copy_propagation.cpp191 case BRW_OPCODE_DP3: in try_constant_propagate()
Dbrw_eu_defines.h253 BRW_OPCODE_DP3, enumerator
Dbrw_eu.c695 { BRW_OPCODE_DP3, 86, "dp3", 2, 1, GFX_LT(GFX11) },
Dbrw_vec4.cpp535 case BRW_OPCODE_DP3: in opt_reduce_swizzle()
905 opcode != BRW_OPCODE_DP3 && opcode != BRW_OPCODE_DP2 && in reswizzle()
Dbrw_ir_performance.cpp489 case BRW_OPCODE_DP3: in instruction_desc()
Dbrw_vec4_generator.cpp1657 case BRW_OPCODE_DP3: in generate_code()
Dbrw_vec4_nir.cpp1886 inst = emit(BRW_OPCODE_DP3, dst, op[0], op[1]); in nir_emit_alu()
/third_party/mesa3d/src/intel/tools/
Di965_lex.l76 dp3 { yylval.integer = BRW_OPCODE_DP3; return DP3; }
Di965_gram.y181 case BRW_OPCODE_DP3: in i965_asm_binary_instruction()