Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_shader.cpp998 case BRW_OPCODE_DP4: in can_do_saturate()
1048 case BRW_OPCODE_DP4: in can_do_cmod()
Dbrw_vec4_copy_propagation.cpp192 case BRW_OPCODE_DP4: in try_constant_propagate()
Dbrw_eu.cpp688 { BRW_OPCODE_DP4, 84, "dp4", 2, 1, GFX_LT(GFX11) },
Dbrw_eu_defines.h274 BRW_OPCODE_DP4, enumerator
Dbrw_vec4.cpp533 case BRW_OPCODE_DP4: in opt_reduce_swizzle()
659 case BRW_OPCODE_DP4: in pack_uniform_registers()
1187 if (opcode != BRW_OPCODE_DP4 && opcode != BRW_OPCODE_DPH && in reswizzle()
Dbrw_ir_performance.cpp484 case BRW_OPCODE_DP4: in instruction_desc()
Dbrw_vec4_nir.cpp1903 inst = emit(BRW_OPCODE_DP4, dst, op[0], op[1]); in nir_emit_alu()
Dbrw_vec4_generator.cpp1658 case BRW_OPCODE_DP4: in generate_code()
/third_party/mesa3d/src/intel/tools/
Di965_lex.l77 dp4 { yylval.integer = BRW_OPCODE_DP4; return DP4; }
Di965_gram.y184 case BRW_OPCODE_DP4: in i965_asm_binary_instruction()