Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c187 case TGSI_OPCODE_I64SGE: in tgsi_opcode_infer_type()
323 case TGSI_OPCODE_I64SGE: in tgsi_opcode_infer_src_type()
Dtgsi_util.c191 case TGSI_OPCODE_I64SGE: in tgsi_util_get_src_usage_mask()
Dtgsi_exec.c5875 case TGSI_OPCODE_I64SGE: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h591 TGSI_OPCODE_I64SGE = 230, enumerator
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp373 case TGSI_OPCODE_I64SGE: in srcMask()
622 case TGSI_OPCODE_I64SGE: in inferSrcType()
652 case TGSI_OPCODE_I64SGE: in inferDstType()
705 case TGSI_OPCODE_I64SGE: in getSetCond()
4044 case TGSI_OPCODE_I64SGE: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2622 bld_base->op_actions[TGSI_OPCODE_I64SGE].emit = i64sge_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1395 [nir_op_ige32] = { TGSI_OPCODE_ISGE, TGSI_OPCODE_I64SGE }, in ntt_emit_alu()