Searched refs:BRW_OPCODE_DP4 (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_shader.cpp | 995 case BRW_OPCODE_DP4: in can_do_saturate() 1045 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_defines.h | 251 BRW_OPCODE_DP4, enumerator
|
D | brw_eu.c | 693 { BRW_OPCODE_DP4, 84, "dp4", 2, 1, GFX_LT(GFX11) },
|
D | brw_vec4.cpp | 529 case BRW_OPCODE_DP4: in opt_reduce_swizzle() 904 if (opcode != BRW_OPCODE_DP4 && opcode != BRW_OPCODE_DPH && in reswizzle()
|
D | brw_ir_performance.cpp | 487 case BRW_OPCODE_DP4: in instruction_desc()
|
D | brw_vec4_generator.cpp | 1653 case BRW_OPCODE_DP4: in generate_code()
|
D | brw_vec4_nir.cpp | 1891 inst = emit(BRW_OPCODE_DP4, dst, op[0], op[1]); in nir_emit_alu()
|
/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()
|