/external/mesa3d/src/mesa/state_tracker/ |
D | st_atifs_to_tgsi.c | 68 {TGSI_OPCODE_MUL, "MUL", 2}, 119 ureg_insn(t->ureg, TGSI_OPCODE_MUL, &tmp[0], 1, imm, 2); in apply_swizzle() 201 ureg_insn(t->ureg, TGSI_OPCODE_MUL, &arg, 1, modsrc, 2); in prepare_argument() 294 ureg_insn(t->ureg, TGSI_OPCODE_MUL, &dst, 1, src, 2); in emit_dstmod() 734 inst.Instruction.Opcode = TGSI_OPCODE_MUL; in transform_instr() 760 inst.Instruction.Opcode = TGSI_OPCODE_MUL; in transform_instr() 771 inst.Instruction.Opcode = TGSI_OPCODE_MUL; in transform_instr()
|
D | st_mesa_to_tgsi.c | 471 return TGSI_OPCODE_MUL; in translate_opcode()
|
D | st_glsl_to_tgsi.cpp | 1676 emit_asm(ir, TGSI_OPCODE_MUL, st_dst_reg(temp), transform_y, op[0]); in visit_expression() 1710 emit_asm(ir, TGSI_OPCODE_MUL, result_dst, op[0], op[1]); in visit_expression() 1919 emit_asm(ir, TGSI_OPCODE_MUL, result_dst, op[0], op[1]); in visit_expression() 2234 emit_asm(ir, TGSI_OPCODE_MUL, temp_dst, transform_y, op[1]); in visit_expression() 2696 emit_asm(ir, TGSI_OPCODE_MUL, st_dst_reg(index_reg), in visit() 3251 emit_asm(ir, TGSI_OPCODE_MUL, st_dst_reg(offset), in visit_atomic_counter_intrinsic() 3868 … emit_asm(NULL, TGSI_OPCODE_MUL, temp_dst, this->result, st_src_reg_for_int(*array_elements)); in calc_deref_offsets() 4130 emit_asm(ir, TGSI_OPCODE_MUL, coord_dst, tmp_src, coord_w); in visit()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 162 tmp0 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_MUL, in dp2_emit() 165 tmp1 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_MUL, in dp2_emit() 221 tmp0 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_MUL, in dp3_emit() 224 tmp1 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_MUL, in dp3_emit() 228 tmp1 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_MUL, in dp3_emit() 257 tmp0 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_MUL, in dp4_emit() 260 tmp1 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_MUL, in dp4_emit() 264 tmp1 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_MUL, in dp4_emit() 268 tmp1 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_MUL, in dp4_emit() 327 TGSI_OPCODE_MUL, in dst_emit() [all …]
|
D | lp_bld_tgsi_info.c | 399 } else if (inst->Instruction.Opcode == TGSI_OPCODE_MUL) { in analyse_instruction()
|
D | lp_bld_tgsi_aos.c | 534 case TGSI_OPCODE_MUL: in lp_emit_instruction_aos()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_aapoint.c | 213 tgsi_transform_op2_inst(ctx, TGSI_OPCODE_MUL, in aa_transform_prolog() 274 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_MUL, in aa_transform_prolog() 317 tgsi_transform_op2_inst(ctx, TGSI_OPCODE_MUL, in aa_transform_epilog()
|
D | draw_pipe_aaline.c | 284 tgsi_transform_op2_inst(ctx, TGSI_OPCODE_MUL, in aa_transform_epilog()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_point_sprite.c | 295 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_MUL, in psprite_emit_vertex_inst() 302 inst.Instruction.Opcode = TGSI_OPCODE_MUL; in psprite_emit_vertex_inst()
|
D | tgsi_aa_point.c | 248 tgsi_transform_op2_inst(ctx, TGSI_OPCODE_MUL, in aa_epilog()
|
D | tgsi_util.c | 187 case TGSI_OPCODE_MUL: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_lowering.c | 218 new_inst.Instruction.Opcode = TGSI_OPCODE_MUL; in transform_dst() 287 new_inst.Instruction.Opcode = TGSI_OPCODE_MUL; in transform_xpd() 517 new_inst.Instruction.Opcode = TGSI_OPCODE_MUL; in transform_pow() 598 new_inst.Instruction.Opcode = TGSI_OPCODE_MUL; in transform_lit() 869 new_inst.Instruction.Opcode = TGSI_OPCODE_MUL; in transform_log() 963 new_inst.Instruction.Opcode = TGSI_OPCODE_MUL; in transform_dotp() 1280 new_inst.Instruction.Opcode = TGSI_OPCODE_MUL; in transform_samp()
|
D | tgsi_info.c | 47 { 1, 2, 0, 0, 0, 0, 0, COMP, "MUL", TGSI_OPCODE_MUL },
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_pstipple.c | 343 tgsi_transform_op2_inst(ctx, TGSI_OPCODE_MUL, in pstip_transform_prolog()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 338 #define TGSI_OPCODE_MUL 7 macro
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 43 case TGSI_OPCODE_MUL: return RC_OPCODE_MUL; in translate_opcode()
|
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
D | toy_tgsi.c | 45 [TGSI_OPCODE_MUL] = { GEN6_OPCODE_MUL, 1, 2 }, 765 [TGSI_OPCODE_MUL] = aos_simple, 1306 [TGSI_OPCODE_MUL] = soa_per_channel,
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 103 [ TGSI_OPCODE_MUL ] = { false, true, TGSI_SWIZZLE_ONE, 1, 2 },
|
D | i915_fpc_translate.c | 765 case TGSI_OPCODE_MUL: in i915_translate_instruction()
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_compiler.c | 1033 case TGSI_OPCODE_MUL: in translate_instruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 634 case TGSI_OPCODE_MUL: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 667 case TGSI_OPCODE_MUL: in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1528 [TGSI_OPCODE_MUL] = nir_op_fmul,
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 505 case TGSI_OPCODE_MUL: in translate_opcode() 5684 case TGSI_OPCODE_MUL: in emit_vgpu10_instruction()
|
D | svga_tgsi_insn.c | 55 case TGSI_OPCODE_MUL: return SVGA3DOP_MUL; in translate_opcode()
|