Searched refs:BRW_OPCODE_DP4 (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_shader.cpp | 998 case BRW_OPCODE_DP4: in can_do_saturate() 1048 case BRW_OPCODE_DP4: in can_do_cmod()
|
D | brw_vec4_copy_propagation.cpp | 192 case BRW_OPCODE_DP4: in try_constant_propagate()
|
D | brw_eu.cpp | 688 { BRW_OPCODE_DP4, 84, "dp4", 2, 1, GFX_LT(GFX11) },
|
D | brw_eu_defines.h | 274 BRW_OPCODE_DP4, enumerator
|
D | brw_vec4.cpp | 533 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()
|
D | brw_ir_performance.cpp | 484 case BRW_OPCODE_DP4: in instruction_desc()
|
D | brw_vec4_nir.cpp | 1903 inst = emit(BRW_OPCODE_DP4, dst, op[0], op[1]); in nir_emit_alu()
|
D | brw_vec4_generator.cpp | 1658 case BRW_OPCODE_DP4: in generate_code()
|
/third_party/mesa3d/src/intel/tools/ |
D | i965_lex.l | 77 dp4 { yylval.integer = BRW_OPCODE_DP4; return DP4; }
|
D | i965_gram.y | 184 case BRW_OPCODE_DP4: in i965_asm_binary_instruction()
|