/third_party/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_state_tex.c | 95 filter |= log2i(sa->Attrib.MaxAnisotropy) << 31 | in nv04_emit_tex_obj() 97 log2i(sa->Attrib.MaxAnisotropy) << 27 | in nv04_emit_tex_obj()
|
D | nv10_state_tex.c | 194 | log2i(sa->Attrib.MaxAnisotropy) << 4; in nv10_emit_tex_obj()
|
D | nv20_state_tex.c | 240 | log2i(sa->Attrib.MaxAnisotropy) << 4; in nv20_emit_tex_obj()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | SamplerD3D12.cpp | 78 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/ |
D | radeon_tex.c | 318 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/ |
D | r200_tex.c | 368 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/ |
D | SamplerD3D12.cpp | 85 mSamplerDesc.MaxAnisotropy = 1; in Sampler()
|
/third_party/mesa3d/src/mesa/main/ |
D | samplerobj.c | 142 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()
|
D | texparam.c | 762 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/ |
D | i915_texstate.c | 232 if (sampler->Attrib.MaxAnisotropy > 1.0) { in i915_update_tex_unit() 235 if (sampler->Attrib.MaxAnisotropy > 2.0) in i915_update_tex_unit()
|
D | i830_texstate.c | 225 if (sampler->Attrib.MaxAnisotropy > 1.0) { in i830_update_tex_unit()
|
/third_party/glslang/Test/ |
D | remap.hlsl.sample.basic.none.frag | 8 MaxAnisotropy = 2;
|
D | remap.hlsl.sample.basic.everything.frag | 8 MaxAnisotropy = 2;
|
D | hlsl.sample.basic.dx10.frag | 8 MaxAnisotropy = 2;
|
D | remap.hlsl.sample.basic.strip.frag | 8 MaxAnisotropy = 2;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | renderer9_utils.cpp | 695 (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/ |
D | d3d9caps.h | 332 DWORD MaxAnisotropy; member
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DCpuDescriptorManager.cpp | 105 desc.MaxAnisotropy = 1; in createSampler()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | renderer9_utils.cpp | 713 (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/ |
D | RenderStateCache.cpp | 248 samplerDesc.MaxAnisotropy = in getSamplerState()
|
D | SwapChain11.cpp | 692 samplerDesc.MaxAnisotropy = 0; in initPassThroughResources()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | RenderStateCache.cpp | 287 samplerDesc.MaxAnisotropy = in getSamplerState()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_dx12.cpp | 411 staticSampler.MaxAnisotropy = 0; in ImGui_ImplDX12_CreateDeviceObjects()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_dx12.cpp | 475 staticSampler.MaxAnisotropy = 0; in ImGui_ImplDX12_CreateDeviceObjects()
|
/third_party/mesa3d/src/mesa/swrast/ |
D | s_texcombine.c | 686 else if (samp->Attrib.MaxAnisotropy > 1.0F && in _swrast_texture_span()
|