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.cpp995 case BRW_OPCODE_DP4: in can_do_saturate()
1045 case BRW_OPCODE_DP4: in can_do_cmod()
Dbrw_vec4_copy_propagation.cpp192 case BRW_OPCODE_DP4: in try_constant_propagate()
Dbrw_eu_defines.h251 BRW_OPCODE_DP4, enumerator
Dbrw_eu.c693 { BRW_OPCODE_DP4, 84, "dp4", 2, 1, GFX_LT(GFX11) },
Dbrw_vec4.cpp529 case BRW_OPCODE_DP4: in opt_reduce_swizzle()
904 if (opcode != BRW_OPCODE_DP4 && opcode != BRW_OPCODE_DPH && in reswizzle()
Dbrw_ir_performance.cpp487 case BRW_OPCODE_DP4: in instruction_desc()
Dbrw_vec4_generator.cpp1653 case BRW_OPCODE_DP4: in generate_code()
Dbrw_vec4_nir.cpp1891 inst = emit(BRW_OPCODE_DP4, dst, op[0], op[1]); in nir_emit_alu()
/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()