Searched refs:__ssa_src_cnt (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_sun.c51 const unsigned n = __ssa_src_cnt(instr);
H A Dir3.h962 static inline unsigned __ssa_src_cnt(struct ir3_instruction *instr) function in typeref:typename:unsigned
992 for (unsigned __cnt = __ssa_src_cnt(__instr), __n = 0; __n < __cnt; __n++) \
H A Dir3_sched.c435 struct ir3_instruction *srcs[__ssa_src_cnt(instr)];
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3.h1523 __ssa_src_cnt(struct ir3_instruction *instr) function in typeref:typename:unsigned
1548 for (unsigned __cnt = __ssa_src_cnt(__instr), __n = 0; __n < __cnt; \

Completed in 10 milliseconds