Home
last modified time | relevance | path

Searched refs:MaxAnisotropy (Results 1 – 25 of 41) sorted by relevance

12

/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_state_tex.c95 filter |= log2i(sa->Attrib.MaxAnisotropy) << 31 | in nv04_emit_tex_obj()
97 log2i(sa->Attrib.MaxAnisotropy) << 27 | in nv04_emit_tex_obj()
Dnv10_state_tex.c194 | log2i(sa->Attrib.MaxAnisotropy) << 4; in nv10_emit_tex_obj()
Dnv20_state_tex.c240 | log2i(sa->Attrib.MaxAnisotropy) << 4; in nv20_emit_tex_obj()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DSamplerD3D12.cpp78 mSamplerDesc.MaxAnisotropy = std::min<uint16_t>(GetMaxAnisotropy(), 16u); in Sampler()
80 if (mSamplerDesc.MaxAnisotropy > 1) { in Sampler()
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tex.c318 radeonSetTexMaxAnisotropy(t , samp->Attrib.MaxAnisotropy); in radeonTexUpdateParameters()
414 t->base.Sampler.Attrib.MaxAnisotropy = rmesa->radeon.initialMaxAnisotropy; in radeonNewTextureObject()
423 radeonSetTexMaxAnisotropy( t, t->base.Sampler.Attrib.MaxAnisotropy ); in radeonNewTextureObject()
436 samp->Attrib.MaxAnisotropy = rmesa->radeon.initialMaxAnisotropy; in radeonNewSamplerObject()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_tex.c368 r200SetTexMaxAnisotropy(t , samp->Attrib.MaxAnisotropy); in r200TexUpdateParameters()
480 t->base.Sampler.Attrib.MaxAnisotropy = rmesa->radeon.initialMaxAnisotropy; in r200NewTextureObject()
484 r200SetTexMaxAnisotropy( t, t->base.Sampler.Attrib.MaxAnisotropy ); in r200NewTextureObject()
497 samp->Attrib.MaxAnisotropy = rmesa->radeon.initialMaxAnisotropy; in r200NewSamplerObject()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DSamplerD3D12.cpp85 mSamplerDesc.MaxAnisotropy = 1; in Sampler()
/third_party/mesa3d/src/mesa/main/
Dsamplerobj.c142 sampObj->Attrib.MaxAnisotropy = 1.0F; in _mesa_init_sampler_object()
838 if (samp->Attrib.MaxAnisotropy == param) in set_sampler_max_anisotropy()
846 samp->Attrib.MaxAnisotropy = MIN2(param, ctx->Const.MaxTextureMaxAnisotropy); in set_sampler_max_anisotropy()
848 samp->Attrib.state.max_anisotropy = samp->Attrib.MaxAnisotropy == 1 ? in set_sampler_max_anisotropy()
849 0 : samp->Attrib.MaxAnisotropy; in set_sampler_max_anisotropy()
1551 *params = lroundf(sampObj->Attrib.MaxAnisotropy); in _mesa_GetSamplerParameteriv()
1631 *params = sampObj->Attrib.MaxAnisotropy; in _mesa_GetSamplerParameterfv()
1709 *params = (GLint) sampObj->Attrib.MaxAnisotropy; in _mesa_GetSamplerParameterIiv()
1787 *params = (GLuint) sampObj->Attrib.MaxAnisotropy; in _mesa_GetSamplerParameterIuiv()
Dtexparam.c762 if (texObj->Sampler.Attrib.MaxAnisotropy == params[0]) in set_tex_parameterf()
771 texObj->Sampler.Attrib.MaxAnisotropy = MIN2(params[0], in set_tex_parameterf()
774 texObj->Sampler.Attrib.MaxAnisotropy == 1 ? in set_tex_parameterf()
775 0 : texObj->Sampler.Attrib.MaxAnisotropy; /* gallium sets 0 for 1 */ in set_tex_parameterf()
2279 *params = obj->Sampler.Attrib.MaxAnisotropy; in get_tex_parameterfv()
2551 *params = LCLAMPF(obj->Sampler.Attrib.MaxAnisotropy, INT_MIN, INT_MAX); in get_tex_parameteriv()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Di915_texstate.c232 if (sampler->Attrib.MaxAnisotropy > 1.0) { in i915_update_tex_unit()
235 if (sampler->Attrib.MaxAnisotropy > 2.0) in i915_update_tex_unit()
Di830_texstate.c225 if (sampler->Attrib.MaxAnisotropy > 1.0) { in i830_update_tex_unit()
/third_party/glslang/Test/
Dremap.hlsl.sample.basic.none.frag8 MaxAnisotropy = 2;
Dremap.hlsl.sample.basic.everything.frag8 MaxAnisotropy = 2;
Dhlsl.sample.basic.dx10.frag8 MaxAnisotropy = 2;
Dremap.hlsl.sample.basic.strip.frag8 MaxAnisotropy = 2;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp695 (deviceCaps.RasterCaps & D3DPRASTERCAPS_ANISOTROPY) != 0 && deviceCaps.MaxAnisotropy >= 2; in GenerateCaps()
696 extensions->maxTextureAnisotropy = static_cast<GLfloat>(deviceCaps.MaxAnisotropy); in GenerateCaps()
/third_party/mesa3d/include/D3D9/
Dd3d9caps.h332 DWORD MaxAnisotropy; member
/third_party/skia/src/gpu/d3d/
DGrD3DCpuDescriptorManager.cpp105 desc.MaxAnisotropy = 1; in createSampler()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp713 (deviceCaps.RasterCaps & D3DPRASTERCAPS_ANISOTROPY) != 0 && deviceCaps.MaxAnisotropy >= 2; in GenerateCaps()
714 caps->maxTextureAnisotropy = static_cast<GLfloat>(deviceCaps.MaxAnisotropy); in GenerateCaps()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DRenderStateCache.cpp248 samplerDesc.MaxAnisotropy = in getSamplerState()
DSwapChain11.cpp692 samplerDesc.MaxAnisotropy = 0; in initPassThroughResources()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DRenderStateCache.cpp287 samplerDesc.MaxAnisotropy = in getSamplerState()
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_dx12.cpp411 staticSampler.MaxAnisotropy = 0; in ImGui_ImplDX12_CreateDeviceObjects()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_dx12.cpp475 staticSampler.MaxAnisotropy = 0; in ImGui_ImplDX12_CreateDeviceObjects()
/third_party/mesa3d/src/mesa/swrast/
Ds_texcombine.c686 else if (samp->Attrib.MaxAnisotropy > 1.0F && in _swrast_texture_span()

12