Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c140 case TGSI_OPCODE_UMIN: in tgsi_opcode_infer_type()
Dtgsi_exec.c5547 case TGSI_OPCODE_UMIN: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h478 TGSI_OPCODE_UMIN = 133, enumerator
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp533 case TGSI_OPCODE_UMIN: in inferSrcType()
3210 case TGSI_OPCODE_UMIN: in handleInstruction()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c150 {D3D10_SB_OPCODE_UMIN, OF_UINT, TGSI_OPCODE_UMIN},
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2593 bld_base->op_actions[TGSI_OPCODE_UMIN].emit = umin_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1907 [TGSI_OPCODE_UMIN] = nir_op_umin,
Dnir_to_tgsi.c1445 [nir_op_umin] = { TGSI_OPCODE_UMIN, TGSI_OPCODE_U64MIN }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11918 [TGSI_OPCODE_UMIN] = { ALU_OP2_MIN_UINT, tgsi_op2},
12115 [TGSI_OPCODE_UMIN] = { ALU_OP2_MIN_UINT, tgsi_op2},
12342 [TGSI_OPCODE_UMIN] = { ALU_OP2_MIN_UINT, tgsi_op2},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c968 case TGSI_OPCODE_UMIN: in translate_opcode()
10935 case TGSI_OPCODE_UMIN: in emit_instruction()