Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c187 case TGSI_OPCODE_I64SLT: in tgsi_opcode_infer_type()
306 case TGSI_OPCODE_I64SLT: in tgsi_opcode_infer_src_type()
Dtgsi_util.c247 case TGSI_OPCODE_I64SLT: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c5969 case TGSI_OPCODE_I64SLT: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h584 #define TGSI_OPCODE_I64SLT 228 macro
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c106 case TGSI_OPCODE_I64SLT: pred = LLVMIntSLT; break; in emit_icmp()
848 bld_base->op_actions[TGSI_OPCODE_I64SLT].emit = emit_icmp; in si_shader_context_init_alu()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp373 case TGSI_OPCODE_I64SLT: in srcMask()
681 case TGSI_OPCODE_I64SLT: in inferSrcType()
711 case TGSI_OPCODE_I64SLT: in inferDstType()
755 case TGSI_OPCODE_I64SLT: in getSetCond()
4046 case TGSI_OPCODE_I64SLT: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2493 bld_base->op_actions[TGSI_OPCODE_I64SLT].emit = i64slt_emit_cpu; in lp_set_default_actions_cpu()