Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c183 case TGSI_OPCODE_U64SEQ: in tgsi_opcode_infer_type()
299 case TGSI_OPCODE_U64SEQ: in tgsi_opcode_infer_src_type()
Dtgsi_util.c242 case TGSI_OPCODE_U64SEQ: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c5961 case TGSI_OPCODE_U64SEQ: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h582 #define TGSI_OPCODE_U64SEQ 226 macro
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c96 case TGSI_OPCODE_U64SEQ: pred = LLVMIntEQ; break; in emit_icmp()
843 bld_base->op_actions[TGSI_OPCODE_U64SEQ].emit = emit_icmp; in si_shader_context_init_alu()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp371 case TGSI_OPCODE_U64SEQ: in srcMask()
663 case TGSI_OPCODE_U64SEQ: in inferSrcType()
713 case TGSI_OPCODE_U64SEQ: in inferDstType()
774 case TGSI_OPCODE_U64SEQ: in getSetCond()
4042 case TGSI_OPCODE_U64SEQ: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2489 bld_base->op_actions[TGSI_OPCODE_U64SEQ].emit = u64seq_emit_cpu; in lp_set_default_actions_cpu()