Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_fragprog.c91 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.c465 swrast->TextureSample[i] = NULL; in _swrast_invalidate_state()
484 swrast->TextureSample[u] = in _swrast_update_texture_samplers()
772 swrast->TextureSample[i] = NULL; in _swrast_CreateContext()
Ds_context.h298 texture_sample_func TextureSample[MAX_TEXTURE_IMAGE_UNITS]; member
Ds_texcombine.c692 swrast->TextureSample[unit]( ctx, samp, in _swrast_texture_span()
762 swrast->TextureSample[unit]( ctx, samp, in _swrast_texture_span()
Ds_atifragshader.c53 swrast->TextureSample[unit](ctx, _mesa_get_samplerobj(ctx, unit), in fetch_texel()
/external/mesa3d/src/mesa/tnl/
Dt_vb_program.c201 swrast->TextureSample[unit](ctx, _mesa_get_samplerobj(ctx, unit), in vp_fetch_texel()