/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_action.c | 147 tmp0 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_MUL, in dp2_emit() 150 tmp1 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_MUL, in dp2_emit() 178 tmp0 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_MUL, in dp3_emit() 181 tmp1 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_MUL, in dp3_emit() 185 tmp1 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_MUL, in dp3_emit() 214 tmp0 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_MUL, in dp4_emit() 217 tmp1 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_MUL, in dp4_emit() 221 tmp1 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_MUL, in dp4_emit() 225 tmp1 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_MUL, in dp4_emit() 268 TGSI_OPCODE_MUL, in dst_emit() [all...] |
H A D | lp_bld_tgsi_info.c | 404 } else if (inst->Instruction.Opcode == TGSI_OPCODE_MUL) { in analyse_instruction()
|
H A D | lp_bld_tgsi_aos.c | 489 case TGSI_OPCODE_MUL: in lp_emit_instruction_aos()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_aapoint.c | 215 tgsi_transform_op2_inst(ctx, TGSI_OPCODE_MUL, in aa_transform_prolog() 276 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_MUL, in aa_transform_prolog() 319 tgsi_transform_op2_inst(ctx, TGSI_OPCODE_MUL, in aa_transform_epilog()
|
H A D | draw_pipe_aaline.c | 219 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_MUL, in aa_transform_epilog() 234 tgsi_transform_op2_inst(ctx, TGSI_OPCODE_MUL, in aa_transform_epilog()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_point_sprite.c | 315 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_MUL, in psprite_emit_vertex_inst() 322 inst.Instruction.Opcode = TGSI_OPCODE_MUL; in psprite_emit_vertex_inst()
|
H A D | tgsi_lowering.c | 219 new_inst.Instruction.Opcode = TGSI_OPCODE_MUL; in transform_dst() 394 new_inst.Instruction.Opcode = TGSI_OPCODE_MUL; in transform_pow() 484 new_inst.Instruction.Opcode = TGSI_OPCODE_MUL; in transform_lit() 755 new_inst.Instruction.Opcode = TGSI_OPCODE_MUL; in transform_log() 836 new_inst.Instruction.Opcode = TGSI_OPCODE_MUL; in transform_dotp() 1130 new_inst.Instruction.Opcode = TGSI_OPCODE_MUL; in transform_samp()
|
H A D | tgsi_aa_point.c | 256 tgsi_transform_op2_inst(ctx, TGSI_OPCODE_MUL, in aa_epilog()
|
H A D | tgsi_exec.c | 4957 case TGSI_OPCODE_MUL: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_shader_tokens.h | 353 TGSI_OPCODE_MUL = 7, enumerator
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs_analysis.c | 467 shader->info.base.opcode_count[TGSI_OPCODE_MUL] + in llvmpipe_fs_analyse()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_pstipple.c | 343 tgsi_transform_op2_inst(ctx, TGSI_OPCODE_MUL, in pstip_transform_prolog()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_tgsi_to_rc.c | 45 case TGSI_OPCODE_MUL: return RC_OPCODE_MUL; in translate_opcode()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_fpc_optimize.c | 107 [TGSI_OPCODE_MUL] = {false, true, TGSI_SWIZZLE_ONE, 1, 2},
|
H A D | i915_fpc_translate.c | 665 case TGSI_OPCODE_MUL: in i915_translate_instruction()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nvfx_vertprog.c | 633 case TGSI_OPCODE_MUL: in nvfx_vertprog_parse_instruction()
|
H A D | nvfx_fragprog.c | 663 case TGSI_OPCODE_MUL: in nvfx_fragprog_parse_instruction()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | ShaderTGSI.c | 122 {D3D10_SB_OPCODE_MUL, OF_FLOAT, TGSI_OPCODE_MUL},
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | tgsi_to_nir.c | 1799 [TGSI_OPCODE_MUL] = nir_op_fmul,
|
H A D | nir_to_tgsi.c | 1425 [nir_op_fmul] = { TGSI_OPCODE_MUL, TGSI_OPCODE_DMUL }, in ntt_emit_alu()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_insn.c | 54 case TGSI_OPCODE_MUL: return SVGA3DOP_MUL; in translate_opcode()
|
H A D | svga_tgsi_vgpu10.c | 858 case TGSI_OPCODE_MUL: in translate_opcode() 10927 case TGSI_OPCODE_MUL: in emit_instruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.c | 11792 [TGSI_OPCODE_MUL] = { ALU_OP2_MUL_IEEE, tgsi_op2}, 11991 [TGSI_OPCODE_MUL] = { ALU_OP2_MUL_IEEE, tgsi_op2}, 12218 [TGSI_OPCODE_MUL] = { ALU_OP2_MUL_IEEE, tgsi_op2},
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_tgsi.cpp | 3213 case TGSI_OPCODE_MUL: in handleInstruction()
|