Searched refs:TextureSample (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_fragprog.c | 91 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()
|
D | s_context.c | 465 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()
|
D | s_context.h | 298 texture_sample_func TextureSample[MAX_TEXTURE_IMAGE_UNITS]; member
|
D | s_texcombine.c | 692 swrast->TextureSample[unit]( ctx, samp, in _swrast_texture_span() 762 swrast->TextureSample[unit]( ctx, samp, in _swrast_texture_span()
|
D | s_atifragshader.c | 53 swrast->TextureSample[unit](ctx, _mesa_get_samplerobj(ctx, unit), in fetch_texel()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_program.c | 201 swrast->TextureSample[unit](ctx, _mesa_get_samplerobj(ctx, unit), in vp_fetch_texel()
|