Lines Matching refs:swrast
50 get_texel_array(SWcontext *swrast, GLuint unit) in get_texel_array() argument
53 …return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4 * omp_get_num_threads() +… in get_texel_array()
55 return (float4_array) (swrast->TexelBuffer + unit * SWRAST_MAX_WIDTH * 4); in get_texel_array()
86 SWcontext *swrast = SWRAST_CONTEXT(ctx); in texture_combine() local
147 argRGB[term] = get_texel_array(swrast, unit); in texture_combine()
195 argRGB[term] = get_texel_array(swrast, srcUnit); in texture_combine()
243 argA[term] = get_texel_array(swrast, unit); in texture_combine()
285 argA[term] = get_texel_array(swrast, srcUnit); in texture_combine()
589 SWcontext *swrast = SWRAST_CONTEXT(ctx); in _swrast_texture_span() local
593 if (!swrast->TexelBuffer) { in _swrast_texture_span()
603 if (!swrast->TexelBuffer) { in _swrast_texture_span()
612 swrast->TexelBuffer = in _swrast_texture_span()
619 if (!swrast->TexelBuffer) { in _swrast_texture_span()
637 if (swrast->_TextureCombinePrimary) { in _swrast_texture_span()
659 float4_array texels = get_texel_array(swrast, unit); in _swrast_texture_span()
700 swrast->TextureSample[unit]( ctx, samp, in _swrast_texture_span()
717 texture_combine(ctx, unit, primary_rgba, swrast->TexelBuffer, span); in _swrast_texture_span()