Searched refs:TGSI_OPCODE_U64SEQ (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 182 case TGSI_OPCODE_U64SEQ: in tgsi_opcode_infer_type() 315 case TGSI_OPCODE_U64SEQ: in tgsi_opcode_infer_src_type()
|
D | tgsi_util.c | 242 case TGSI_OPCODE_U64SEQ: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_exec.c | 6187 case TGSI_OPCODE_U64SEQ: in exec_instruction()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 287 { 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/ |
D | p_shader_tokens.h | 614 TGSI_OPCODE_U64SEQ = 243, enumerator
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 592 TGSI_OPCODE_U64SEQ = 226, enumerator
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 369 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/ |
D | nir_to_tgsi.c | 609 [nir_op_ieq32] = { TGSI_OPCODE_USEQ, TGSI_OPCODE_U64SEQ }, in ntt_emit_alu()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2617 bld_base->op_actions[TGSI_OPCODE_U64SEQ].emit = u64seq_emit_cpu; in lp_set_default_actions_cpu()
|