Searched refs:D3DSAMP_MIPFILTER (Results 1 – 8 of 8) sorted by relevance
220 if (ss[D3DSAMP_MIPFILTER] != D3DTEXF_NONE) { in nine_convert_sampler_state()223 …samp.min_mip_filter = (ss[D3DSAMP_MIPFILTER] == D3DTEXF_POINT) ? PIPE_TEX_FILTER_NEAREST : PIPE_TE… in nine_convert_sampler_state()
48 case D3DSAMP_MIPFILTER: return "MIPFILTER"; in nine_D3DSAMP_to_str()
944 if (context->samp[s][D3DSAMP_MIPFILTER] != D3DTEXF_NONE) { in update_sampler_derived()2762 [D3DSAMP_MIPFILTER] = D3DTEXF_NONE,
501 _pd3dDevice->SetSamplerState( 0, D3DSAMP_MIPFILTER, D3DTEXF_LINEAR ); in InitDevice()
1095 captureSamplerState(sampler, D3DSAMP_MIPFILTER); in capturePixelSamplerStates()
2534 SetSamplerState(i, D3DSAMP_MIPFILTER, D3DTEXF_NONE); in Reset()4290 case D3DSAMP_MIPFILTER: in SetSamplerState()6081 if(samplerState[sampler][D3DSAMP_MIPFILTER] == D3DTEXF_NONE) in bindTextures()
872 D3DSAMP_MIPFILTER = 7, enumerator
1005 mDevice->SetSamplerState(d3dSampler, D3DSAMP_MIPFILTER, d3dMipFilter); in setSamplerState()