Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c186 case TGSI_OPCODE_U64SGE: in tgsi_opcode_infer_type()
302 case TGSI_OPCODE_U64SGE: in tgsi_opcode_infer_src_type()
Dtgsi_util.c245 case TGSI_OPCODE_U64SGE: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c5979 case TGSI_OPCODE_U64SGE: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h587 #define TGSI_OPCODE_U64SGE 231 macro
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c100 case TGSI_OPCODE_U64SGE: pred = LLVMIntUGE; break; in emit_icmp()
845 bld_base->op_actions[TGSI_OPCODE_U64SGE].emit = emit_icmp; in si_shader_context_init_alu()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp376 case TGSI_OPCODE_U64SGE: in srcMask()
666 case TGSI_OPCODE_U64SGE: in inferSrcType()
716 case TGSI_OPCODE_U64SGE: in inferDstType()
766 case TGSI_OPCODE_U64SGE: in getSetCond()
4045 case TGSI_OPCODE_U64SGE: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2492 bld_base->op_actions[TGSI_OPCODE_U64SGE].emit = u64sge_emit_cpu; in lp_set_default_actions_cpu()