Home
last modified time | relevance | path

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

12

/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/main/
Dsamplerobj.c143 sampObj->Attrib.MaxAnisotropy = 1.0F; in _mesa_init_sampler_object()
779 if (samp->Attrib.MaxAnisotropy == param) in set_sampler_max_anisotropy()
787 samp->Attrib.MaxAnisotropy = MIN2(param, ctx->Const.MaxTextureMaxAnisotropy); in set_sampler_max_anisotropy()
789 samp->Attrib.state.max_anisotropy = samp->Attrib.MaxAnisotropy == 1 ? in set_sampler_max_anisotropy()
790 0 : samp->Attrib.MaxAnisotropy; in set_sampler_max_anisotropy()
1482 *params = lroundf(sampObj->Attrib.MaxAnisotropy); in _mesa_GetSamplerParameteriv()
1560 *params = sampObj->Attrib.MaxAnisotropy; in _mesa_GetSamplerParameterfv()
1638 *params = (GLint) sampObj->Attrib.MaxAnisotropy; in _mesa_GetSamplerParameterIiv()
1716 *params = (GLuint) sampObj->Attrib.MaxAnisotropy; in _mesa_GetSamplerParameterIuiv()
Dtexparam.c797 if (texObj->Sampler.Attrib.MaxAnisotropy == params[0]) in set_tex_parameterf()
806 texObj->Sampler.Attrib.MaxAnisotropy = MIN2(params[0], in set_tex_parameterf()
809 texObj->Sampler.Attrib.MaxAnisotropy == 1 ? in set_tex_parameterf()
810 0 : texObj->Sampler.Attrib.MaxAnisotropy; /* gallium sets 0 for 1 */ in set_tex_parameterf()
2348 *params = obj->Sampler.Attrib.MaxAnisotropy; in get_tex_parameterfv()
2638 *params = LCLAMPF(obj->Sampler.Attrib.MaxAnisotropy, INT_MIN, INT_MAX); in get_tex_parameteriv()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DSamplerD3D12.cpp85 mSamplerDesc.MaxAnisotropy = 1; in Sampler()
/third_party/glslang/Test/
Dremap.hlsl.sample.basic.strip.frag8 MaxAnisotropy = 2;
Dremap.hlsl.sample.basic.none.frag8 MaxAnisotropy = 2;
Dremap.hlsl.sample.basic.everything.frag8 MaxAnisotropy = 2;
Dhlsl.sample.basic.dx10.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()
DBlit11.cpp603 pointSamplerDesc.MaxAnisotropy = 0; in initResources()
621 linearSamplerDesc.MaxAnisotropy = 0; in initResources()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DRenderStateCache.cpp287 samplerDesc.MaxAnisotropy = in getSamplerState()
DBlit11.cpp607 pointSamplerDesc.MaxAnisotropy = 0; in initResources()
625 linearSamplerDesc.MaxAnisotropy = 0; in initResources()
DSwapChain11.cpp710 samplerDesc.MaxAnisotropy = 0; in initPassThroughResources()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_meta.c564 .MaxAnisotropy = 0, in dzn_meta_blit_create()
Ddzn_descriptor_set.c302 desc->MaxAnisotropy = sampler->desc.MaxAnisotropy; in dzn_descriptor_set_layout_create()
/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/gallium/frontends/nine/
Dadapter9.c779 pCaps->MaxAnisotropy = in NineAdapter9_GetDeviceCaps()
Dnine_dump.c684 C2S("\nMaxAnisotropy: %u", caps->MaxAnisotropy); in nine_dump_D3DCAPS9()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShader.cpp472 state.max_anisotropy = pSamplerDesc->MaxAnisotropy; in CreateSampler()

12