Home
last modified time | relevance | path

Searched refs:TextureSample (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_context.c461 for (i = 0 ; i < ARRAY_SIZE(swrast->TextureSample); i++) in _swrast_invalidate_state()
462 swrast->TextureSample[i] = NULL; in _swrast_invalidate_state()
475 for (u = 0; u < ARRAY_SIZE(swrast->TextureSample); u++) { in _swrast_update_texture_samplers()
481 swrast->TextureSample[u] = in _swrast_update_texture_samplers()
769 for (i = 0; i < ARRAY_SIZE(swrast->TextureSample); i++) in _swrast_CreateContext()
770 swrast->TextureSample[i] = NULL; in _swrast_CreateContext()
Ds_fragprog.c92 swrast->TextureSample[unit](ctx, samp, ctx->Texture.Unit[unit]._Current, in fetch_texel_lod()
140 swrast->TextureSample[unit](ctx, samp, ctx->Texture.Unit[unit]._Current, in fetch_texel_deriv()
Ds_context.h315 texture_sample_func TextureSample[MAX_COMBINED_TEXTURE_IMAGE_UNITS]; member
Ds_atifragshader.c54 swrast->TextureSample[unit](ctx, _mesa_get_samplerobj(ctx, unit), in fetch_texel()
Ds_texcombine.c699 swrast->TextureSample[unit]( ctx, samp, in _swrast_texture_span()
/external/mesa3d/src/mesa/tnl/
Dt_vb_program.c199 swrast->TextureSample[unit](ctx, _mesa_get_samplerobj(ctx, unit), in vp_fetch_texel()