Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_DP4 (Results 1 – 24 of 24) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_util.c273 case TGSI_OPCODE_DP4: in tgsi_util_get_inst_usage_mask()
Dtgsi_info.c50 { 1, 2, 0, 0, 0, 0, REPL, "DP4", TGSI_OPCODE_DP4 },
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c234 case TGSI_OPCODE_DP4: in tgsi_util_get_inst_usage_mask()
Dtgsi_lowering.c854 (opcode == TGSI_OPCODE_DP4)) { in transform_dotp()
867 if (opcode == TGSI_OPCODE_DP4) { in transform_dotp()
1375 case TGSI_OPCODE_DP4: in transform_instr()
Dtgsi_exec.c5285 case TGSI_OPCODE_DP4: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h361 TGSI_OPCODE_DP4 = 10, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h347 #define TGSI_OPCODE_DP4 10 macro
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c46 case TGSI_OPCODE_DP4: return RC_OPCODE_DP4; in translate_opcode()
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c87 [ TGSI_OPCODE_DP4 ] = { false, true, TGSI_SWIZZLE_ONE, 1, 2 },
Di915_fpc_translate.c587 case TGSI_OPCODE_DP4: in i915_translate_instruction()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c466 return TGSI_OPCODE_DP4; in translate_opcode()
Dst_atifs_to_tgsi.c71 {TGSI_OPCODE_DP4, "DOT4", 2},
Dst_glsl_to_tgsi.cpp804 TGSI_OPCODE_DP2, TGSI_OPCODE_DP3, TGSI_OPCODE_DP4 in emit_dp() enumerator
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c504 case TGSI_OPCODE_DP4: in lp_emit_instruction_aos()
Dlp_bld_tgsi_action.c1164 bld_base->op_actions[TGSI_OPCODE_DP4] = dp4_action; in lp_set_default_actions()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1801 [TGSI_OPCODE_DP4] = 0,
2056 case TGSI_OPCODE_DP4: in ttn_emit_instruction()
Dnir_to_tgsi.c570 [nir_op_fdot4] = { TGSI_OPCODE_DP4 }, in ntt_emit_alu()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c588 case TGSI_OPCODE_DP4: in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c591 case TGSI_OPCODE_DP4: in nvfx_fragprog_parse_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp293 case TGSI_OPCODE_DP4: in srcMask()
3281 case TGSI_OPCODE_DP4: in handleInstruction()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c48 case TGSI_OPCODE_DP4: return SVGA3DOP_DP4; in translate_opcode()
Dsvga_tgsi_vgpu10.c789 case TGSI_OPCODE_DP4: in translate_opcode()
9237 case TGSI_OPCODE_DP4: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11683 [TGSI_OPCODE_DP4] = { ALU_OP2_DOT4_IEEE, tgsi_dp},
11882 [TGSI_OPCODE_DP4] = { ALU_OP2_DOT4_IEEE, tgsi_dp},
12108 [TGSI_OPCODE_DP4] = { ALU_OP2_DOT4_IEEE, tgsi_dp},
/external/virglrenderer/src/
Dvrend_shader.c4868 case TGSI_OPCODE_DP4: in iter_instruction()