Home
last modified time | relevance | path

Searched refs:D3DSAMP_MIPMAPLODBIAS (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c220 samp.lod_bias = asfloat(ss[D3DSAMP_MIPMAPLODBIAS]); in nine_convert_sampler_state()
Dnine_dump.c50 case D3DSAMP_MIPMAPLODBIAS: return "MIPMAPLODBIAS"; in nine_D3DSAMP_to_str()
Dnine_state.c1530 if (unlikely(Type == D3DSAMP_MIPMAPLODBIAS)) { in CSMT_ITEM_NO_WAIT()
2826 [D3DSAMP_MIPMAPLODBIAS] = 0,
/third_party/mesa3d/include/D3D9/
Dd3d9types.h873 D3DSAMP_MIPMAPLODBIAS = 8, enumerator
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp1021 mDevice->SetSamplerState(d3dSampler, D3DSAMP_MIPMAPLODBIAS, static_cast<DWORD>(lodBias)); in setSamplerState()