Home | History | Annotate | Download | only in swrast

Lines Matching defs:swrast

50 get_texel_array(SWcontext *swrast, GLuint unit)
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);
86 SWcontext *swrast = SWRAST_CONTEXT(ctx);
146 argRGB[term] = get_texel_array(swrast, unit);
194 argRGB[term] = get_texel_array(swrast, srcUnit);
242 argA[term] = get_texel_array(swrast, unit);
284 argA[term] = get_texel_array(swrast, srcUnit);
598 SWcontext *swrast = SWRAST_CONTEXT(ctx);
602 if (!swrast->TexelBuffer) {
613 swrast->TexelBuffer =
616 if (!swrast->TexelBuffer) {
634 if (swrast->_TextureCombinePrimary) {
658 float4_array texels = get_texel_array(swrast, unit);
692 swrast->TextureSample[unit]( ctx, samp,
721 float4_array texels = get_texel_array(swrast, unit);
762 swrast->TextureSample[unit]( ctx, samp,
779 texture_combine(ctx, unit, primary_rgba, swrast->TexelBuffer, span);