Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlist.h736 #define exec_node_data_forward(type, node, field) \ macro
744 exec_node_data_forward(__type, (__list)->head_sentinel.next, __field); \
746 (__node) = exec_node_data_forward(__type, (__node)->__field.next, __field))
749 for (__type * __node = exec_node_data_forward(__type, (__start), __field); \
751 (__node) = exec_node_data_forward(__type, (__node)->__field.next, __field))
761 exec_node_data_forward(__type, (__list)->head_sentinel.next, __field), \
763 exec_node_data_forward(__type, (__node)->__field.next, __field) : NULL; \
766 exec_node_data_forward(__type, (__next)->__field.next, __field) : NULL)