Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c170 case TGSI_OPCODE_ISLT: in tgsi_opcode_infer_type()
Dtgsi_exec.c5519 case TGSI_OPCODE_ISLT: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h471 TGSI_OPCODE_ISLT = 126, enumerator
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp567 case TGSI_OPCODE_ISLT: in inferSrcType()
691 case TGSI_OPCODE_ISLT: in getSetCond()
3429 case TGSI_OPCODE_ISLT: in handleInstruction()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c100 {D3D10_SB_OPCODE_ILT, OF_INT, TGSI_OPCODE_ISLT},
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2559 bld_base->op_actions[TGSI_OPCODE_ISLT].emit = islt_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1900 [TGSI_OPCODE_ISLT] = nir_op_ilt,
Dnir_to_tgsi.c1394 [nir_op_ilt32] = { TGSI_OPCODE_ISLT, TGSI_OPCODE_I64SLT }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11911 [TGSI_OPCODE_ISLT] = { ALU_OP2_SETGT_INT, tgsi_op2_swap},
12108 [TGSI_OPCODE_ISLT] = { ALU_OP2_SETGT_INT, tgsi_op2_swap},
12335 [TGSI_OPCODE_ISLT] = { ALU_OP2_SETGT_INT, tgsi_op2_swap},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c954 case TGSI_OPCODE_ISLT: in translate_opcode()
10923 case TGSI_OPCODE_ISLT: in emit_instruction()