Searched refs:D3DSAMP_MINFILTER (Results 1 – 8 of 8) sorted by relevance
234 …samp.min_img_filter = (ss[D3DSAMP_MINFILTER] == D3DTEXF_POINT && !ss[NINED3DSAMP_SHADOW]) ? PIPE_T… in nine_convert_sampler_state()236 if (ss[D3DSAMP_MINFILTER] == D3DTEXF_ANISOTROPIC || in nine_convert_sampler_state()
47 case D3DSAMP_MINFILTER: return "MINFILTER"; in nine_D3DSAMP_to_str()
2905 [D3DSAMP_MINFILTER] = D3DTEXF_POINT,
2580 if (state->samp_advertised[i][D3DSAMP_MINFILTER] == D3DTEXF_NONE || in NineDevice9_ValidateDevice()
499 _pd3dDevice->SetSamplerState( 0, D3DSAMP_MINFILTER, D3DTEXF_LINEAR ); in InitDevice()
1094 captureSamplerState(sampler, D3DSAMP_MINFILTER); in capturePixelSamplerStates()
2535 SetSamplerState(i, D3DSAMP_MINFILTER, D3DTEXF_POINT); in Reset()4266 case D3DSAMP_MINFILTER: in SetSamplerState()
871 D3DSAMP_MINFILTER = 6, enumerator