Home
last modified time | relevance | path

Searched refs:exec_node_data_backward (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
H A Dlist.h739 #define exec_node_data_backward(type, node, field) \ macro
755 exec_node_data_backward(__type, (__list)->tail_sentinel.prev, __field); \
757 (__node) = exec_node_data_backward(__type, (__node)->__field.prev, __field))
770 exec_node_data_backward(__type, (__list)->tail_sentinel.prev, __field), \
772 exec_node_data_backward(__type, (__node)->__field.prev, __field) : NULL; \
775 exec_node_data_backward(__type, (__prev)->__field.prev, __field) : NULL)
/third_party/mesa3d/src/compiler/nir/
H A Dnir_group_loads.c183 for (nir_instr *instr = exec_node_data_backward(nir_instr, in group_loads()
186 instr = exec_node_data_backward(nir_instr, instr->node.prev, node)) { in group_loads()
235 instr = exec_node_data_backward(nir_instr, instr->node.prev, node); in group_loads()

Completed in 2 milliseconds