Searched refs:TextureSample (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_fragprog.c | 92 swrast->TextureSample[unit](ctx, samp, ctx->Texture.Unit[unit]._Current, 140 swrast->TextureSample[unit](ctx, samp, ctx->Texture.Unit[unit]._Current,
|
| H A D | s_context.c | 458 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 D | s_context.h | 314 texture_sample_func TextureSample[MAX_COMBINED_TEXTURE_IMAGE_UNITS]; member in struct:__anon927bb33e0108
|
| H A D | s_atifragshader.c | 53 /* XXX use a float-valued TextureSample routine here!!! */ 54 swrast->TextureSample[unit](ctx, _mesa_get_samplerobj(ctx, unit),
|
| H A D | s_texcombine.c | 700 swrast->TextureSample[unit]( ctx, samp,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_fragprog.c | 92 swrast->TextureSample[unit](ctx, samp, ctx->Texture.Unit[unit]._Current, 140 swrast->TextureSample[unit](ctx, samp, ctx->Texture.Unit[unit]._Current,
|
| H A D | s_context.c | 458 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 D | s_context.h | 315 texture_sample_func TextureSample[MAX_COMBINED_TEXTURE_IMAGE_UNITS]; member in struct:__anonea7e70310108
|
| H A D | s_atifragshader.c | 53 /* XXX use a float-valued TextureSample routine here!!! */ 54 swrast->TextureSample[unit](ctx, _mesa_get_samplerobj(ctx, unit),
|
| H A D | s_texcombine.c | 700 swrast->TextureSample[unit]( ctx, samp,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_vb_program.c | 202 /* 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 D | t_vb_program.c | 202 /* XXX use a float-valued TextureSample routine here!!! */ 203 swrast->TextureSample[unit](ctx, _mesa_get_samplerobj(ctx, unit),
|
Completed in 18 milliseconds