Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dconfig.h54 #define MAX_CLIENT_ATTRIB_STACK_DEPTH 16 macro
Dglthread.h174 struct glthread_client_attrib ClientAttribStack[MAX_CLIENT_ATTRIB_STACK_DEPTH];
Dglthread_varray.c570 if (glthread->ClientAttribStackTop >= MAX_CLIENT_ATTRIB_STACK_DEPTH) in _mesa_glthread_PushClientAttrib()
Dattrib.c1703 if (ctx->ClientAttribStackDepth >= MAX_CLIENT_ATTRIB_STACK_DEPTH) { in _mesa_PushClientAttrib()
Dmtypes.h5054 struct gl_client_attrib_node ClientAttribStack[MAX_CLIENT_ATTRIB_STACK_DEPTH];