Searched refs:BRW_OPCODE_DP2 (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_shader.cpp | 996 case BRW_OPCODE_DP2: in can_do_saturate() 1046 case BRW_OPCODE_DP2: in can_do_cmod()
|
D | brw_vec4_copy_propagation.cpp | 190 case BRW_OPCODE_DP2: in try_constant_propagate()
|
D | brw_eu_defines.h | 277 BRW_OPCODE_DP2, enumerator
|
D | brw_eu.cpp | 691 { BRW_OPCODE_DP2, 87, "dp2", 2, 1, GFX_LT(GFX11) },
|
D | brw_vec4.cpp | 542 case BRW_OPCODE_DP2: in opt_reduce_swizzle() 666 case BRW_OPCODE_DP2: in pack_uniform_registers() 1188 opcode != BRW_OPCODE_DP3 && opcode != BRW_OPCODE_DP2 && in reswizzle()
|
D | brw_ir_performance.cpp | 487 case BRW_OPCODE_DP2: in instruction_desc()
|
D | brw_vec4_nir.cpp | 1893 inst = emit(BRW_OPCODE_DP2, dst, op[0], op[1]); in nir_emit_alu()
|
D | brw_vec4_generator.cpp | 1666 case BRW_OPCODE_DP2: in generate_code()
|
/third_party/mesa3d/src/intel/tools/ |
D | i965_lex.l | 75 dp2 { yylval.integer = BRW_OPCODE_DP2; return DP2; }
|
D | i965_gram.y | 178 case BRW_OPCODE_DP2: in i965_asm_binary_instruction()
|