Searched defs:maxThreads (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ | ||
| H A D | s_texcombine.c | 595 const GLint maxThreads = omp_get_max_threads(); local in function:_swrast_texture_span |
| H A D | s_context.c | 720 const GLuint maxThreads = omp_get_max_threads(); local in function:_swrast_CreateContext 722 const GLuint maxThreads = 1; local in function:_swrast_CreateContext |
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ | ||
| H A D | s_texcombine.c | 595 const GLint maxThreads = omp_get_max_threads(); local in function:_swrast_texture_span |
| H A D | s_context.c | 720 const GLuint maxThreads = omp_get_max_threads(); local in function:_swrast_CreateContext 722 const GLuint maxThreads = 1; local in function:_swrast_CreateContext |
Completed in 9 milliseconds