Home
last modified time | relevance | path

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

/third_party/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)
/third_party/mesa3d/src/compiler/nir/
Dnir_group_loads.c206 instr = exec_node_data_forward(nir_instr, instr->node.next, node); in group_loads()
224 for (nir_instr *instr = exec_node_data_forward(nir_instr, in group_loads()
227 instr = exec_node_data_forward(nir_instr, instr->node.next, node)) { in group_loads()