Home | History | Annotate | Download | only in swrast

Lines Matching refs:Sampler

555    info.filter = obj->Sampler.MinFilter;				\
822 info.filter = obj->Sampler.MinFilter; \
1055 if (ctx->Texture.Unit[0].Sampler)
1056 samp = ctx->Texture.Unit[0].Sampler;
1058 samp = &texObj2D->Sampler;