Lines Matching refs:TexelBuffer
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, span);