Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_context.c776 swrast->SpanArrays = malloc(maxThreads * sizeof(SWspanarrays)); in _swrast_CreateContext()
777 if (!swrast->SpanArrays) { in _swrast_CreateContext()
782 swrast->SpanArrays[i].ChanType = CHAN_TYPE; in _swrast_CreateContext()
784 swrast->SpanArrays[i].rgba = swrast->SpanArrays[i].rgba8; in _swrast_CreateContext()
786 swrast->SpanArrays[i].rgba = swrast->SpanArrays[i].rgba16; in _swrast_CreateContext()
788 swrast->SpanArrays[i].rgba = swrast->SpanArrays[i].attribs[VARYING_SLOT_COL0]; in _swrast_CreateContext()
796 swrast->PointSpan.array = swrast->SpanArrays; in _swrast_CreateContext()
829 free( swrast->SpanArrays ); in _swrast_DestroyContext()
Ds_span.h182 (S).array = SWRAST_CONTEXT(ctx)->SpanArrays; \
Ds_aatritemp.h196 span.array = SWRAST_CONTEXT(ctx)->SpanArrays + omp_get_thread_num();
265 span.array = SWRAST_CONTEXT(ctx)->SpanArrays + omp_get_thread_num();
Ds_context.h304 SWspanarrays *SpanArrays; member
Ds_triangle.c146 GLubyte (*rgba)[4] = swrast->SpanArrays->rgba8; \
204 GLubyte (*rgba)[4] = swrast->SpanArrays->rgba8; \
205 GLubyte *mask = swrast->SpanArrays->mask; \