HomeSort by relevance Sort by last modified time
    Searched refs:SpanArrays (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.c 774 /* SpanArrays is global and shared by all SWspan instances. However, when
775 * using multiple threads, it is necessary to have one SpanArrays instance
778 swrast->SpanArrays = (SWspanarrays *) MALLOC(maxThreads * sizeof(SWspanarrays));
779 if (!swrast->SpanArrays) {
784 swrast->SpanArrays[i].ChanType = CHAN_TYPE;
786 swrast->SpanArrays[i].rgba = swrast->SpanArrays[i].rgba8;
788 swrast->SpanArrays[i].rgba = swrast->SpanArrays[i].rgba16;
790 swrast->SpanArrays[i].rgba = swrast->SpanArrays[i].attribs[FRAG_ATTRIB_COL0]
    [all...]
s_span.h 182 (S).array = SWRAST_CONTEXT(ctx)->SpanArrays; \
s_aatritemp.h 195 /* each thread needs to use a different (global) SpanArrays variable */
196 span.array = SWRAST_CONTEXT(ctx)->SpanArrays + omp_get_thread_num();
264 /* each thread needs to use a different (global) SpanArrays variable */
265 span.array = SWRAST_CONTEXT(ctx)->SpanArrays + omp_get_thread_num();
s_context.h 287 SWspanarrays *SpanArrays;
s_triangle.c 146 GLubyte (*rgba)[4] = swrast->SpanArrays->rgba8; \
204 GLubyte (*rgba)[4] = swrast->SpanArrays->rgba8; \
205 GLubyte *mask = swrast->SpanArrays->mask; \
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_context.c 774 /* SpanArrays is global and shared by all SWspan instances. However, when
775 * using multiple threads, it is necessary to have one SpanArrays instance
778 swrast->SpanArrays = (SWspanarrays *) MALLOC(maxThreads * sizeof(SWspanarrays));
779 if (!swrast->SpanArrays) {
784 swrast->SpanArrays[i].ChanType = CHAN_TYPE;
786 swrast->SpanArrays[i].rgba = swrast->SpanArrays[i].rgba8;
788 swrast->SpanArrays[i].rgba = swrast->SpanArrays[i].rgba16;
790 swrast->SpanArrays[i].rgba = swrast->SpanArrays[i].attribs[FRAG_ATTRIB_COL0]
    [all...]
s_span.h 182 (S).array = SWRAST_CONTEXT(ctx)->SpanArrays; \
s_aatritemp.h 195 /* each thread needs to use a different (global) SpanArrays variable */
196 span.array = SWRAST_CONTEXT(ctx)->SpanArrays + omp_get_thread_num();
264 /* each thread needs to use a different (global) SpanArrays variable */
265 span.array = SWRAST_CONTEXT(ctx)->SpanArrays + omp_get_thread_num();
s_context.h 287 SWspanarrays *SpanArrays;
s_triangle.c 146 GLubyte (*rgba)[4] = swrast->SpanArrays->rgba8; \
204 GLubyte (*rgba)[4] = swrast->SpanArrays->rgba8; \
205 GLubyte *mask = swrast->SpanArrays->mask; \
    [all...]

Completed in 390 milliseconds