Searched refs:TGSI_OPCODE_ISLT (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 170 case TGSI_OPCODE_ISLT: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 5519 case TGSI_OPCODE_ISLT: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 471 TGSI_OPCODE_ISLT = 126, enumerator
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 567 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/ |
D | ShaderTGSI.c | 100 {D3D10_SB_OPCODE_ILT, OF_INT, TGSI_OPCODE_ISLT},
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2559 bld_base->op_actions[TGSI_OPCODE_ISLT].emit = islt_emit_cpu; in lp_set_default_actions_cpu()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1900 [TGSI_OPCODE_ISLT] = nir_op_ilt,
|
D | nir_to_tgsi.c | 1394 [nir_op_ilt32] = { TGSI_OPCODE_ISLT, TGSI_OPCODE_I64SLT }, in ntt_emit_alu()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11911 [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/ |
D | svga_tgsi_vgpu10.c | 954 case TGSI_OPCODE_ISLT: in translate_opcode() 10923 case TGSI_OPCODE_ISLT: in emit_instruction()
|