Searched refs:_ActiveAttribMask (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_context.h241 GLbitfield64 _ActiveAttribMask; member in struct:__anon927bb33e0108
H A Ds_points.c469 span->arrayAttribs = swrast->_ActiveAttribMask; /* we'll produce these vals */
H A Ds_context.c527 swrast->_ActiveAttribMask = attribsMask;
H A Ds_span.c845 assert(swrast->_ActiveAttribMask & VARYING_BIT_COL1);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_context.h242 GLbitfield64 _ActiveAttribMask; member in struct:__anonea7e70310108
H A Ds_points.c462 span->arrayAttribs = swrast->_ActiveAttribMask; /* we'll produce these vals */
H A Ds_context.c527 swrast->_ActiveAttribMask = attribsMask;
H A Ds_span.c845 assert(swrast->_ActiveAttribMask & VARYING_BIT_COL1);

Completed in 13 milliseconds