Searched refs:D3DSAMP_MIPFILTER (Results 1 – 7 of 7) sorted by relevance
215 if (ss[D3DSAMP_MIPFILTER] != D3DTEXF_NONE) { in nine_convert_sampler_state()218 …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()
941 if (context->samp[s][D3DSAMP_MIPFILTER] != D3DTEXF_NONE) { in update_sampler_derived()2986 [D3DSAMP_MIPFILTER] = D3DTEXF_NONE,
501 _pd3dDevice->SetSamplerState( 0, D3DSAMP_MIPFILTER, D3DTEXF_LINEAR ); in InitDevice()
1095 captureSamplerState(sampler, D3DSAMP_MIPFILTER); in capturePixelSamplerStates()
2536 SetSamplerState(i, D3DSAMP_MIPFILTER, D3DTEXF_NONE); in Reset()4292 case D3DSAMP_MIPFILTER: in SetSamplerState()6083 if(samplerState[sampler][D3DSAMP_MIPFILTER] == D3DTEXF_NONE) in bindTextures()
872 D3DSAMP_MIPFILTER = 7, enumerator