Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_UMUL (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c175 { 1, 2, 0, 0, 0, 0, 0, COMP, "UMUL", TGSI_OPCODE_UMUL },
367 case TGSI_OPCODE_UMUL: in tgsi_opcode_infer_type()
Dtgsi_util.c239 case TGSI_OPCODE_UMUL: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c5829 case TGSI_OPCODE_UMUL: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h470 #define TGSI_OPCODE_UMUL 135 macro
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_tgsi.c98 [TGSI_OPCODE_UMUL] = { GEN6_OPCODE_MUL, 1, 2 },
869 [TGSI_OPCODE_UMUL] = aos_simple,
1410 [TGSI_OPCODE_UMUL] = soa_per_channel,
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c806 tmp = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_UMUL, in umad_emit()
1347 bld_base->op_actions[TGSI_OPCODE_UMUL].emit = umul_emit; in lp_set_default_actions()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1650 [TGSI_OPCODE_UMUL] = nir_op_imul,
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp564 case TGSI_OPCODE_UMUL: in inferSrcType()
3023 case TGSI_OPCODE_UMUL: in handleInstruction()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c619 case TGSI_OPCODE_UMUL: in translate_opcode()
5805 case TGSI_OPCODE_UMUL: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c9196 [TGSI_OPCODE_UMUL] = { ALU_OP2_MULLO_UINT, tgsi_op2_trans},
9394 [TGSI_OPCODE_UMUL] = { ALU_OP2_MULLO_UINT, tgsi_op2_trans},
9617 [TGSI_OPCODE_UMUL] = { ALU_OP2_MULLO_INT, cayman_mul_int_instr},