Searched refs:TexelBuffer (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_texcombine.c | 53 return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4 * omp_get_num_threads() + (SWRAST_MAX_WIDTH * 4 * omp_get_thread_num())); 55 return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4); 593 if (!swrast->TexelBuffer) { 597 /* TexelBuffer memory allocation needs to be done in a critical section 599 * When entering the section, first check if TexelBuffer has been 603 if (!swrast->TexelBuffer) { 608 /* TexelBuffer is also global and normally shared by all SWspan 612 swrast->TexelBuffer = 619 if (!swrast->TexelBuffer) { 717 texture_combine(ctx, unit, primary_rgba, swrast->TexelBuffer, spa [all...] |
| H A D | s_context.h | 319 GLfloat *TexelBuffer; member in struct:__anon927bb33e0108
|
| H A D | s_context.c | 828 free( swrast->TexelBuffer );
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_texcombine.c | 53 return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4 * omp_get_num_threads() + (SWRAST_MAX_WIDTH * 4 * omp_get_thread_num())); 55 return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4); 593 if (!swrast->TexelBuffer) { 597 /* TexelBuffer memory allocation needs to be done in a critical section 599 * When entering the section, first check if TexelBuffer has been 603 if (!swrast->TexelBuffer) { 608 /* TexelBuffer is also global and normally shared by all SWspan 612 swrast->TexelBuffer = 619 if (!swrast->TexelBuffer) { 717 texture_combine(ctx, unit, primary_rgba, swrast->TexelBuffer, spa [all...] |
| H A D | s_context.h | 320 GLfloat *TexelBuffer; member in struct:__anonea7e70310108
|
| H A D | s_context.c | 828 free( swrast->TexelBuffer );
|
Completed in 7 milliseconds