Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c146 case TGSI_OPCODE_USLT: in tgsi_opcode_infer_type()
Dtgsi_exec.c5579 case TGSI_OPCODE_USLT: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h484 TGSI_OPCODE_USLT = 139, enumerator
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp536 case TGSI_OPCODE_USLT: in inferSrcType()
692 case TGSI_OPCODE_USLT: in getSetCond()
3432 case TGSI_OPCODE_USLT: in handleInstruction()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c145 {D3D10_SB_OPCODE_ULT, OF_UINT, TGSI_OPCODE_USLT},
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2598 bld_base->op_actions[TGSI_OPCODE_USLT].emit = uslt_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1913 [TGSI_OPCODE_USLT] = nir_op_ult,
Dnir_to_tgsi.c1399 [nir_op_ult32] = { TGSI_OPCODE_USLT, TGSI_OPCODE_U64SLT }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11924 [TGSI_OPCODE_USLT] = { ALU_OP2_SETGT_UINT, tgsi_op2_swap},
12121 [TGSI_OPCODE_USLT] = { ALU_OP2_SETGT_UINT, tgsi_op2_swap},
12348 [TGSI_OPCODE_USLT] = { ALU_OP2_SETGT_UINT, tgsi_op2_swap},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c979 case TGSI_OPCODE_USLT: in translate_opcode()
10934 case TGSI_OPCODE_USLT: in emit_instruction()