Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c182 case TGSI_OPCODE_U64SEQ: in tgsi_opcode_infer_type()
315 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.c6187 case TGSI_OPCODE_U64SEQ: in exec_instruction()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c287 { 1, 2, 0, 0, 0, 0, COMP, "U64SEQ", TGSI_OPCODE_U64SEQ },
419 case TGSI_OPCODE_U64SEQ: in tgsi_opcode_infer_type()
530 case TGSI_OPCODE_U64SEQ: in tgsi_opcode_infer_src_type()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h614 TGSI_OPCODE_U64SEQ = 243, enumerator
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h592 TGSI_OPCODE_U64SEQ = 226, enumerator
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp369 case TGSI_OPCODE_U64SEQ: in srcMask()
603 case TGSI_OPCODE_U64SEQ: in inferSrcType()
653 case TGSI_OPCODE_U64SEQ: in inferDstType()
714 case TGSI_OPCODE_U64SEQ: in getSetCond()
3972 case TGSI_OPCODE_U64SEQ: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c609 [nir_op_ieq32] = { TGSI_OPCODE_USEQ, TGSI_OPCODE_U64SEQ }, in ntt_emit_alu()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2617 bld_base->op_actions[TGSI_OPCODE_U64SEQ].emit = u64seq_emit_cpu; in lp_set_default_actions_cpu()