/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, 0); in apply_swizzle() 201 ureg_insn(t->ureg, TGSI_OPCODE_MUL, &arg, 1, modsrc, 2, 0); in prepare_argument() 294 ureg_insn(t->ureg, TGSI_OPCODE_MUL, &dst, 1, src, 2, 0); in emit_dstmod() 731 inst.Instruction.Opcode = TGSI_OPCODE_MUL; in transform_instr() 757 inst.Instruction.Opcode = TGSI_OPCODE_MUL; in transform_instr() 768 inst.Instruction.Opcode = TGSI_OPCODE_MUL; in transform_instr()
|
D | st_tgsi_lower_depth_clamp.c | 200 tgsi_transform_op2_swz_inst(tctx, TGSI_OPCODE_MUL, in epilog_last_vertex_stage()
|
D | st_mesa_to_tgsi.c | 496 return TGSI_OPCODE_MUL; in translate_opcode()
|
D | st_glsl_to_tgsi.cpp | 1561 emit_asm(ir, TGSI_OPCODE_MUL, st_dst_reg(temp), transform_y, op[0]); in visit_expression() 1584 emit_asm(ir, TGSI_OPCODE_MUL, result_dst, op[0], op[1]); in visit_expression() 1791 emit_asm(ir, TGSI_OPCODE_MUL, result_dst, op[0], op[1]); in visit_expression() 2176 emit_asm(ir, TGSI_OPCODE_MUL, temp_dst, transform_y, op[1]); in visit_expression() 2833 emit_asm(ir, TGSI_OPCODE_MUL, st_dst_reg(index_reg), in visit() 3466 emit_asm(ir, TGSI_OPCODE_MUL, st_dst_reg(offset), in visit_atomic_counter_intrinsic() 4177 … emit_asm(NULL, TGSI_OPCODE_MUL, temp_dst, this->result, st_src_reg_for_int(*array_elements)); in calc_deref_offsets() 4488 emit_asm(ir, TGSI_OPCODE_MUL, coord_dst, tmp_src, coord_w); in visit()
|
/external/mesa3d/src/mesa/state_tracker/tests/ |
D | test_glsl_to_tgsi_lifetime.cpp | 369 { TGSI_OPCODE_MUL, {1}, {1,in1}, {}}, in TEST_F() 387 { TGSI_OPCODE_MUL, {1}, {1,in1}, {}}, in TEST_F() 633 { TGSI_OPCODE_MUL, {1}, {in0, 1}, {}}, in TEST_F() 1038 { TGSI_OPCODE_MUL, {1}, {1,in0}, {}}, in TEST_F() 1227 { TGSI_OPCODE_MUL, {2}, {2,1}, {}}, in TEST_F() 1493 { TGSI_OPCODE_MUL, {1}, {in2,in1}, {}}, in TEST_F() 1513 { TGSI_OPCODE_MUL, {1}, {1,in1}, {}}, in TEST_F()
|
D | test_glsl_to_tgsi_array_merge.cpp | 911 { TGSI_OPCODE_MUL, {MT(0, out0, WRITEMASK_W)}, {MT(3, 3, "x"), MT(0, in0, "x")}, {}, ARR()}, in TEST_F() 929 { TGSI_OPCODE_MUL, {MT(0, out0, WRITEMASK_W)}, {MT(1, 3, "y"), MT(0, in0, "xx")}, {}, ARR()}, in TEST_F()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
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 …]
|
D | lp_bld_tgsi_info.c | 403 } else if (inst->Instruction.Opcode == TGSI_OPCODE_MUL) { in analyse_instruction()
|
D | lp_bld_tgsi_aos.c | 488 case TGSI_OPCODE_MUL: in lp_emit_instruction_aos()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
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()
|
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()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 186 case TGSI_OPCODE_MUL: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_info.c | 47 { 1, 2, 0, 0, 0, 0, COMP, "MUL", TGSI_OPCODE_MUL },
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_aa_point.c | 248 tgsi_transform_op2_inst(ctx, TGSI_OPCODE_MUL, in aa_epilog()
|
D | tgsi_point_sprite.c | 296 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_MUL, in psprite_emit_vertex_inst() 303 inst.Instruction.Opcode = TGSI_OPCODE_MUL; in psprite_emit_vertex_inst()
|
D | tgsi_lowering.c | 218 new_inst.Instruction.Opcode = TGSI_OPCODE_MUL; in transform_dst() 393 new_inst.Instruction.Opcode = TGSI_OPCODE_MUL; in transform_pow() 483 new_inst.Instruction.Opcode = TGSI_OPCODE_MUL; in transform_lit() 754 new_inst.Instruction.Opcode = TGSI_OPCODE_MUL; in transform_log() 835 new_inst.Instruction.Opcode = TGSI_OPCODE_MUL; in transform_dotp() 1129 new_inst.Instruction.Opcode = TGSI_OPCODE_MUL; in transform_samp()
|
/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 | 358 TGSI_OPCODE_MUL = 7, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 344 #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/i915/ |
D | i915_fpc_optimize.c | 102 [ TGSI_OPCODE_MUL ] = { false, true, TGSI_SWIZZLE_ONE, 1, 2 },
|
D | i915_fpc_translate.c | 738 case TGSI_OPCODE_MUL: in i915_translate_instruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 632 case TGSI_OPCODE_MUL: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 663 case TGSI_OPCODE_MUL: in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 638 [nir_op_fmul] = { TGSI_OPCODE_MUL, TGSI_OPCODE_DMUL }, in ntt_emit_alu()
|