Searched refs:maxThreads (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_context.c720 const GLuint maxThreads = omp_get_max_threads(); local in function:_swrast_CreateContext
722 const GLuint maxThreads = 1; local in function:_swrast_CreateContext
773 swrast->SpanArrays = malloc(maxThreads * sizeof(SWspanarrays));
778 for(i = 0; i < maxThreads; i++) {
H A Ds_texcombine.c595 const GLint maxThreads = omp_get_max_threads(); local in function:_swrast_texture_span
605 const GLint maxThreads = 1;
613 malloc(ctx->Const.Program[MESA_SHADER_FRAGMENT].MaxTextureImageUnits * maxThreads *
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_context.c720 const GLuint maxThreads = omp_get_max_threads(); local in function:_swrast_CreateContext
722 const GLuint maxThreads = 1; local in function:_swrast_CreateContext
773 swrast->SpanArrays = malloc(maxThreads * sizeof(SWspanarrays));
778 for(i = 0; i < maxThreads; i++) {
H A Ds_texcombine.c595 const GLint maxThreads = omp_get_max_threads(); local in function:_swrast_texture_span
605 const GLint maxThreads = 1;
613 malloc(ctx->Const.Program[MESA_SHADER_FRAGMENT].MaxTextureImageUnits * maxThreads *

Completed in 7 milliseconds