Lines Matching refs:samp
960 if (context->samp[s][NINED3DSAMP_SHADOW] != context->texture[s].shadow) {
962 context->samp[s][NINED3DSAMP_SHADOW] = context->texture[s].shadow;
965 if (context->samp[s][NINED3DSAMP_CUBETEX] !=
968 context->samp[s][NINED3DSAMP_CUBETEX] =
972 if (context->samp[s][D3DSAMP_MIPFILTER] != D3DTEXF_NONE) {
973 int lod = context->samp[s][D3DSAMP_MAXMIPLEVEL] - context->texture[s].lod;
976 if (context->samp[s][NINED3DSAMP_MINLOD] != lod) {
978 context->samp[s][NINED3DSAMP_MINLOD] = lod;
1006 int sRGB = context->samp[s][D3DSAMP_SRGBTEXTURE] ? 1 : 0;
1013 nine_convert_sampler_state(context->cso, s, context->samp[s]);
1052 int sRGB = context->samp[s][D3DSAMP_SRGBTEXTURE] ? 1 : 0;
1059 nine_convert_sampler_state(context->cso, s, context->samp[s]);
1545 context->samp[Sampler][Type] = Value;
2879 memcpy(&context->samp[s], nine_samp_state_defaults,
2880 sizeof(context->samp[s]));