Searched refs:exec_list_offsetof (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | list.h | 267 #define exec_list_offsetof(t, f, p) \ macro 270 #define exec_list_offsetof(t, f, p) offsetof(t, f) macro 284 ((type *) (((uintptr_t) node) - exec_list_offsetof(type, field, node)))
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | list.h | 267 #define exec_list_offsetof(t, f, p) \ macro 270 #define exec_list_offsetof(t, f, p) offsetof(t, f) macro 284 ((type *) (((char *) node) - exec_list_offsetof(type, field, node)))
|
Completed in 4 milliseconds