/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_llvm.c | 176 unsigned dp_components = (opcode == TGSI_OPCODE_DP2 ? 2 : in dp_fetch_args() 231 bld_base->op_actions[TGSI_OPCODE_DP2] = dot_action; in r600_tgsi_llvm()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
D | r600_llvm.c | 176 unsigned dp_components = (opcode == TGSI_OPCODE_DP2 ? 2 : in dp_fetch_args() 231 bld_base->op_actions[TGSI_OPCODE_DP2] = dot_action; in r600_tgsi_llvm()
|
D | r600_shader.c | 3705 case TGSI_OPCODE_DP2: in tgsi_dp() 5314 {TGSI_OPCODE_DP2, 0, V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_DOT4, tgsi_dp}, 5488 {TGSI_OPCODE_DP2, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_DOT4, tgsi_dp}, 5662 {TGSI_OPCODE_DP2, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_DOT4, tgsi_dp},
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 243 case TGSI_OPCODE_DP2: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_info.c | 111 { 1, 2, 0, 0, 0, 0, REPL, "DP2", TGSI_OPCODE_DP2 },
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 243 case TGSI_OPCODE_DP2: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_info.c | 111 { 1, 2, 0, 0, 0, 0, REPL, "DP2", TGSI_OPCODE_DP2 },
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 94 case TGSI_OPCODE_DP2: in op_commutes() 109 case TGSI_OPCODE_DP2: in op_neutral_element()
|
D | i915_fpc_translate.c | 596 case TGSI_OPCODE_DP2: in i915_translate_instruction()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 94 case TGSI_OPCODE_DP2: in op_commutes() 109 case TGSI_OPCODE_DP2: in op_neutral_element()
|
D | i915_fpc_translate.c | 596 case TGSI_OPCODE_DP2: in i915_translate_instruction()
|
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 328 #define TGSI_OPCODE_DP2 71 macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 328 #define TGSI_OPCODE_DP2 71 macro
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 104 case TGSI_OPCODE_DP2: return RC_OPCODE_DP2; in translate_opcode()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 104 case TGSI_OPCODE_DP2: return RC_OPCODE_DP2; in translate_opcode()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 193 tmp = lp_build_emit_llvm(bld_base, TGSI_OPCODE_DP2, emit_data); in dp2a_emit() 782 bld_base->op_actions[TGSI_OPCODE_DP2] = dp2_action; in lp_set_default_actions()
|
D | lp_bld_tgsi_aos.c | 833 case TGSI_OPCODE_DP2: in lp_emit_instruction_aos()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 193 tmp = lp_build_emit_llvm(bld_base, TGSI_OPCODE_DP2, emit_data); in dp2a_emit() 782 bld_base->op_actions[TGSI_OPCODE_DP2] = dp2_action; in lp_set_default_actions()
|
D | lp_bld_tgsi_aos.c | 833 case TGSI_OPCODE_DP2: in lp_emit_instruction_aos()
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 557 return TGSI_OPCODE_DP2; in translate_opcode()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 557 return TGSI_OPCODE_DP2; in translate_opcode()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_from_tgsi.cpp | 217 case TGSI_OPCODE_DP2: in srcMask() 1883 case TGSI_OPCODE_DP2: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_from_tgsi.cpp | 217 case TGSI_OPCODE_DP2: in srcMask() 1883 case TGSI_OPCODE_DP2: in handleInstruction()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
D | nvfx_vertprog.c | 581 case TGSI_OPCODE_DP2: in nvfx_vertprog_parse_instruction()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nvfx_vertprog.c | 581 case TGSI_OPCODE_DP2: in nvfx_vertprog_parse_instruction()
|