Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c272 { 1, 2, 0, 0, 0, 0, 0, COMP, "I64SGE", TGSI_OPCODE_I64SGE },
413 case TGSI_OPCODE_I64SGE: in tgsi_opcode_infer_type()
529 case TGSI_OPCODE_I64SGE: in tgsi_opcode_infer_src_type()
Dtgsi_exec.c6140 case TGSI_OPCODE_I64SGE: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h582 #define TGSI_OPCODE_I64SGE 230 macro
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c88 case TGSI_OPCODE_I64SGE: pred = LLVMIntSGE; break; in emit_icmp()
896 bld_base->op_actions[TGSI_OPCODE_I64SGE].emit = emit_icmp; in si_shader_context_init_alu()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2639 bld_base->op_actions[TGSI_OPCODE_I64SGE].emit = i64sge_emit_cpu; in lp_set_default_actions_cpu()