Searched refs:BRW_OPCODE_DP3 (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_shader.cpp | 994 case BRW_OPCODE_DP3: in can_do_saturate() 1044 case BRW_OPCODE_DP3: in can_do_cmod()
|
D | brw_vec4_copy_propagation.cpp | 191 case BRW_OPCODE_DP3: in try_constant_propagate()
|
D | brw_eu_defines.h | 253 BRW_OPCODE_DP3, enumerator
|
D | brw_eu.c | 695 { BRW_OPCODE_DP3, 86, "dp3", 2, 1, GFX_LT(GFX11) },
|
D | brw_vec4.cpp | 535 case BRW_OPCODE_DP3: in opt_reduce_swizzle() 905 opcode != BRW_OPCODE_DP3 && opcode != BRW_OPCODE_DP2 && in reswizzle()
|
D | brw_ir_performance.cpp | 489 case BRW_OPCODE_DP3: in instruction_desc()
|
D | brw_vec4_generator.cpp | 1657 case BRW_OPCODE_DP3: in generate_code()
|
D | brw_vec4_nir.cpp | 1886 inst = emit(BRW_OPCODE_DP3, dst, op[0], op[1]); in nir_emit_alu()
|
/third_party/mesa3d/src/intel/tools/ |
D | i965_lex.l | 76 dp3 { yylval.integer = BRW_OPCODE_DP3; return DP3; }
|
D | i965_gram.y | 181 case BRW_OPCODE_DP3: in i965_asm_binary_instruction()
|