Searched refs:TGSI_OPCODE_UMUL (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 175 { 1, 2, 0, 0, 0, 0, 0, COMP, "UMUL", TGSI_OPCODE_UMUL }, 367 case TGSI_OPCODE_UMUL: in tgsi_opcode_infer_type()
|
D | tgsi_util.c | 239 case TGSI_OPCODE_UMUL: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_exec.c | 5829 case TGSI_OPCODE_UMUL: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 470 #define TGSI_OPCODE_UMUL 135 macro
|
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
D | toy_tgsi.c | 98 [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/ |
D | lp_bld_tgsi_action.c | 806 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/ |
D | tgsi_to_nir.c | 1650 [TGSI_OPCODE_UMUL] = nir_op_imul,
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 564 case TGSI_OPCODE_UMUL: in inferSrcType() 3023 case TGSI_OPCODE_UMUL: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 619 case TGSI_OPCODE_UMUL: in translate_opcode() 5805 case TGSI_OPCODE_UMUL: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 9196 [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},
|