Home
last modified time | relevance | path

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

12

/external/mesa3d/src/mesa/state_tracker/
Dst_atifs_to_tgsi.c68 {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()
729 inst.Instruction.Opcode = TGSI_OPCODE_MUL; in transform_instr()
755 inst.Instruction.Opcode = TGSI_OPCODE_MUL; in transform_instr()
766 inst.Instruction.Opcode = TGSI_OPCODE_MUL; in transform_instr()
Dst_glsl_to_tgsi.cpp1486 emit_asm(ir, TGSI_OPCODE_MUL, st_dst_reg(temp), transform_y, op[0]); in visit_expression()
1520 emit_asm(ir, TGSI_OPCODE_MUL, result_dst, op[0], op[1]); in visit_expression()
1723 emit_asm(ir, TGSI_OPCODE_MUL, result_dst, op[0], op[1]); in visit_expression()
2096 emit_asm(ir, TGSI_OPCODE_MUL, temp_dst, transform_y, op[1]); in visit_expression()
2684 emit_asm(ir, TGSI_OPCODE_MUL, st_dst_reg(index_reg), in visit()
3294 emit_asm(ir, TGSI_OPCODE_MUL, st_dst_reg(offset), in visit_atomic_counter_intrinsic()
3977 … emit_asm(NULL, TGSI_OPCODE_MUL, temp_dst, this->result, st_src_reg_for_int(*array_elements)); in calc_deref_offsets()
4246 emit_asm(ir, TGSI_OPCODE_MUL, coord_dst, tmp_src, coord_w); in visit()
Dst_mesa_to_tgsi.c484 return TGSI_OPCODE_MUL; in translate_opcode()
/external/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.c397 } 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()
/external/mesa3d/src/mesa/state_tracker/tests/
Dtest_glsl_to_tgsi_lifetime.cpp350 { TGSI_OPCODE_MUL, {1}, {1,in1}, {}}, in TEST_F()
368 { TGSI_OPCODE_MUL, {1}, {1,in1}, {}}, in TEST_F()
622 { TGSI_OPCODE_MUL, {1}, {1,in0}, {}}, in TEST_F()
812 { TGSI_OPCODE_MUL, {2}, {2,1}, {}}, in TEST_F()
1078 { TGSI_OPCODE_MUL, {1}, {in2,in1}, {}}, in TEST_F()
1098 { TGSI_OPCODE_MUL, {1}, {1,in1}, {}}, in TEST_F()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_aapoint.c213 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()
Ddraw_pipe_aaline.c284 tgsi_transform_op2_inst(ctx, TGSI_OPCODE_MUL, in aa_transform_epilog()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_point_sprite.c295 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()
Dtgsi_aa_point.c248 tgsi_transform_op2_inst(ctx, TGSI_OPCODE_MUL, in aa_epilog()
Dtgsi_lowering.c218 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/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_util.c186 case TGSI_OPCODE_MUL: in tgsi_util_get_inst_usage_mask()
Dtgsi_info.c47 { 1, 2, 0, 0, 0, 0, COMP, "MUL", TGSI_OPCODE_MUL },
/external/mesa3d/src/gallium/auxiliary/util/
Du_pstipple.c343 tgsi_transform_op2_inst(ctx, TGSI_OPCODE_MUL, in pstip_transform_prolog()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h339 #define TGSI_OPCODE_MUL 7 macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h349 #define TGSI_OPCODE_MUL 7 macro
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c43 case TGSI_OPCODE_MUL: return RC_OPCODE_MUL; in translate_opcode()
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c102 [ TGSI_OPCODE_MUL ] = { false, true, TGSI_SWIZZLE_ONE, 1, 2 },
Di915_fpc_translate.c738 case TGSI_OPCODE_MUL: in i915_translate_instruction()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_compiler.c1033 case TGSI_OPCODE_MUL: in translate_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c632 case TGSI_OPCODE_MUL: in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c663 case TGSI_OPCODE_MUL: in nvfx_fragprog_parse_instruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1481 [TGSI_OPCODE_MUL] = nir_op_fmul,
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c509 case TGSI_OPCODE_MUL: in translate_opcode()
5479 case TGSI_OPCODE_MUL: in emit_vgpu10_instruction()

12