Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3.h1556 #define foreach_ssa_src_n(__srcinst, __n, __instr) \ argument
1557 for (struct ir3_instruction *__srcinst = (void *)~0; __srcinst; \
1558 __srcinst = NULL) \
1560 if ((__srcinst = *__srcp))
1563 #define foreach_ssa_src(__srcinst, __instr) \ argument
1564 foreach_ssa_src_n (__srcinst, __i, __instr)