Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c175 { 1, 2, 0, 0, 0, 0, COMP, "UMUL", TGSI_OPCODE_UMUL },
375 case TGSI_OPCODE_UMUL: in tgsi_opcode_infer_type()
Dtgsi_util.c237 case TGSI_OPCODE_UMUL: in tgsi_util_get_inst_usage_mask()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c142 case TGSI_OPCODE_UMUL: in tgsi_opcode_infer_type()
Dtgsi_exec.c5882 case TGSI_OPCODE_UMUL: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h485 TGSI_OPCODE_UMUL = 135, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h468 #define TGSI_OPCODE_UMUL 135 macro
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c722 tmp = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_UMUL, in umad_emit()
1202 bld_base->op_actions[TGSI_OPCODE_UMUL].emit = umul_emit; in lp_set_default_actions()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp530 case TGSI_OPCODE_UMUL: in inferSrcType()
3151 case TGSI_OPCODE_UMUL: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c639 [nir_op_imul] = { TGSI_OPCODE_UMUL, TGSI_OPCODE_U64MUL }, in ntt_emit_alu()
Dtgsi_to_nir.c1908 [TGSI_OPCODE_UMUL] = nir_op_imul,
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c895 case TGSI_OPCODE_UMUL: in translate_opcode()
9413 case TGSI_OPCODE_UMUL: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11808 [TGSI_OPCODE_UMUL] = { ALU_OP2_MULLO_UINT, tgsi_op2_trans},
12005 [TGSI_OPCODE_UMUL] = { ALU_OP2_MULLO_UINT, tgsi_op2_trans},
12231 [TGSI_OPCODE_UMUL] = { ALU_OP2_MULLO_INT, cayman_mul_int_instr},
/external/virglrenderer/src/
Dvrend_shader.c5014 case TGSI_OPCODE_UMUL: in iter_instruction()