Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_I64SLT (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c186 case TGSI_OPCODE_I64SLT: in tgsi_opcode_infer_type()
322 case TGSI_OPCODE_I64SLT: in tgsi_opcode_infer_src_type()
Dtgsi_util.c190 case TGSI_OPCODE_I64SLT: in tgsi_util_get_src_usage_mask()
Dtgsi_exec.c5868 case TGSI_OPCODE_I64SLT: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h589 TGSI_OPCODE_I64SLT = 228, enumerator
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp371 case TGSI_OPCODE_I64SLT: in srcMask()
621 case TGSI_OPCODE_I64SLT: in inferSrcType()
651 case TGSI_OPCODE_I64SLT: in inferDstType()
695 case TGSI_OPCODE_I64SLT: in getSetCond()
4043 case TGSI_OPCODE_I64SLT: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2621 bld_base->op_actions[TGSI_OPCODE_I64SLT].emit = i64slt_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1394 [nir_op_ilt32] = { TGSI_OPCODE_ISLT, TGSI_OPCODE_I64SLT }, in ntt_emit_alu()