Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_MUL (Results 1 – 25 of 28) sorted by relevance

12

/third_party/mesa3d/src/mesa/state_tracker/tests/
Dtest_glsl_to_tgsi_lifetime.cpp369 { 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()
Dtest_glsl_to_tgsi_array_merge.cpp911 { 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()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c147 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 …]
Dlp_bld_tgsi_info.c404 } else if (inst->Instruction.Opcode == TGSI_OPCODE_MUL) { in analyse_instruction()
Dlp_bld_tgsi_aos.c488 case TGSI_OPCODE_MUL: in lp_emit_instruction_aos()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs_analysis.c193 shader->info.base.opcode_count[TGSI_OPCODE_MUL] + in llvmpipe_fs_analyse()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_aapoint.c215 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()
Ddraw_pipe_aaline.c219 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/
Dtgsi_point_sprite.c296 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()
Dtgsi_aa_point.c248 tgsi_transform_op2_inst(ctx, TGSI_OPCODE_MUL, in aa_epilog()
Dtgsi_lowering.c219 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()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_pstipple.c343 tgsi_transform_op2_inst(ctx, TGSI_OPCODE_MUL, in pstip_transform_prolog()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h352 TGSI_OPCODE_MUL = 7, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c45 case TGSI_OPCODE_MUL: return RC_OPCODE_MUL; in translate_opcode()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_tgsi_lower_depth_clamp.c200 tgsi_transform_op2_swz_inst(tctx, TGSI_OPCODE_MUL, in epilog_last_vertex_stage()
Dst_glsl_to_tgsi.cpp1639 emit_asm(ir, TGSI_OPCODE_MUL, st_dst_reg(temp), transform_y, op[0]); in visit_expression()
1662 emit_asm(ir, TGSI_OPCODE_MUL, result_dst, op[0], op[1]); in visit_expression()
1869 emit_asm(ir, TGSI_OPCODE_MUL, result_dst, op[0], op[1]); in visit_expression()
2254 emit_asm(ir, TGSI_OPCODE_MUL, temp_dst, transform_y, op[1]); in visit_expression()
2912 emit_asm(ir, TGSI_OPCODE_MUL, st_dst_reg(index_reg), in visit()
3546 emit_asm(ir, TGSI_OPCODE_MUL, st_dst_reg(offset), in visit_atomic_counter_intrinsic()
4257 … emit_asm(NULL, TGSI_OPCODE_MUL, temp_dst, this->result, st_src_reg_for_int(*array_elements)); in calc_deref_offsets()
4568 emit_asm(ir, TGSI_OPCODE_MUL, coord_dst, tmp_src, coord_w); in visit()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c107 [TGSI_OPCODE_MUL] = {false, true, TGSI_SWIZZLE_ONE, 1, 2},
Di915_fpc_translate.c616 case TGSI_OPCODE_MUL: in i915_translate_instruction()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c633 case TGSI_OPCODE_MUL: in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c663 case TGSI_OPCODE_MUL: in nvfx_fragprog_parse_instruction()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c122 {D3D10_SB_OPCODE_MUL, OF_FLOAT, TGSI_OPCODE_MUL},
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1795 [TGSI_OPCODE_MUL] = nir_op_fmul,
Dnir_to_tgsi.c940 [nir_op_fmul] = { TGSI_OPCODE_MUL, TGSI_OPCODE_DMUL }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c54 case TGSI_OPCODE_MUL: return SVGA3DOP_MUL; in translate_opcode()
Dsvga_tgsi_vgpu10.c783 case TGSI_OPCODE_MUL: in translate_opcode()
9315 case TGSI_OPCODE_MUL: in emit_vgpu10_instruction()

12