Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlist.h746 #define exec_node_data_head(type, list, field) \ macro
757 for (type * node = exec_node_data_head(type, list, field); \
780 for (type * node = exec_node_data_head(type, list, field), \