Searched refs:TextureSample (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_fragprog.c92 swrast->TextureSample[unit](ctx, samp, ctx->Texture.Unit[unit]._Current,
140 swrast->TextureSample[unit](ctx, samp, ctx->Texture.Unit[unit]._Current,
H A Ds_context.c458 for (i = 0 ; i < ARRAY_SIZE(swrast->TextureSample); i++)
459 swrast->TextureSample[i] = NULL;
472 for (u = 0; u < ARRAY_SIZE(swrast->TextureSample); u++) {
478 swrast->TextureSample[u] =
766 for (i = 0; i < ARRAY_SIZE(swrast->TextureSample); i++)
767 swrast->TextureSample[i] = NULL;
H A Ds_context.h314 texture_sample_func TextureSample[MAX_COMBINED_TEXTURE_IMAGE_UNITS]; member in struct:__anon927bb33e0108
H A Ds_atifragshader.c53 /* XXX use a float-valued TextureSample routine here!!! */
54 swrast->TextureSample[unit](ctx, _mesa_get_samplerobj(ctx, unit),
H A Ds_texcombine.c700 swrast->TextureSample[unit]( ctx, samp,
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_fragprog.c92 swrast->TextureSample[unit](ctx, samp, ctx->Texture.Unit[unit]._Current,
140 swrast->TextureSample[unit](ctx, samp, ctx->Texture.Unit[unit]._Current,
H A Ds_context.c458 for (i = 0 ; i < ARRAY_SIZE(swrast->TextureSample); i++)
459 swrast->TextureSample[i] = NULL;
472 for (u = 0; u < ARRAY_SIZE(swrast->TextureSample); u++) {
478 swrast->TextureSample[u] =
766 for (i = 0; i < ARRAY_SIZE(swrast->TextureSample); i++)
767 swrast->TextureSample[i] = NULL;
H A Ds_context.h315 texture_sample_func TextureSample[MAX_COMBINED_TEXTURE_IMAGE_UNITS]; member in struct:__anonea7e70310108
H A Ds_atifragshader.c53 /* XXX use a float-valued TextureSample routine here!!! */
54 swrast->TextureSample[unit](ctx, _mesa_get_samplerobj(ctx, unit),
H A Ds_texcombine.c700 swrast->TextureSample[unit]( ctx, samp,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_vb_program.c202 /* XXX use a float-valued TextureSample routine here!!! */
203 swrast->TextureSample[unit](ctx, _mesa_get_samplerobj(ctx, unit),
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_vb_program.c202 /* XXX use a float-valued TextureSample routine here!!! */
203 swrast->TextureSample[unit](ctx, _mesa_get_samplerobj(ctx, unit),

Completed in 18 milliseconds