/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | SamplerVk.cpp | 51 bool anisotropyEnable = extensions.textureFilterAnisotropic && maxAnisotropy > 1.0f; in syncState() local 63 samplerInfo.anisotropyEnable = anisotropyEnable; in syncState()
|
D | TextureVk.cpp | 1312 bool anisotropyEnable = extensions.textureFilterAnisotropic && maxAnisotropy > 1.0f; in syncState() local 1335 samplerInfo.anisotropyEnable = anisotropyEnable; in syncState()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkSampler.cpp | 29 , anisotropyEnable(pCreateInfo->anisotropyEnable) in SamplerState()
|
D | VkSampler.hpp | 45 const VkBool32 anisotropyEnable = VK_FALSE; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | SamplerVk.cpp | 93 createInfo.anisotropyEnable = VK_TRUE; in Initialize() 99 createInfo.anisotropyEnable = VK_FALSE; in Initialize()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkSampler.cpp | 53 createInfo.anisotropyEnable = VK_FALSE; in Create() 100 createInfo.anisotropyEnable = VK_FALSE; in Create()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkSampler.cpp | 64 createInfo.anisotropyEnable = VK_FALSE; in Create() 111 createInfo.anisotropyEnable = VK_FALSE; in Create()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | genX_state.c | 879 vk_to_intel_tex_filter(VkFilter filter, bool anisotropyEnable) in vk_to_intel_tex_filter() argument 885 return anisotropyEnable ? MAPFILTER_ANISOTROPIC : MAPFILTER_NEAREST; in vk_to_intel_tex_filter() 887 return anisotropyEnable ? MAPFILTER_ANISOTROPIC : MAPFILTER_LINEAR; in vk_to_intel_tex_filter() 1101 .MagModeFilter = vk_to_intel_tex_filter(mag_filter, pCreateInfo->anisotropyEnable), in genX() 1102 .MinModeFilter = vk_to_intel_tex_filter(min_filter, pCreateInfo->anisotropyEnable), in genX() 1105 pCreateInfo->anisotropyEnable ? EWAApproximation : LEGACY, in genX()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | SamplerVk.cpp | 73 createInfo.anisotropyEnable = VK_FALSE; in Sampler()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | samplers.txt | 72 * [[samplers-maxAnisotropy]] pname:anisotropyEnable is ename:VK_TRUE to 77 when pname:anisotropyEnable is ename:VK_TRUE. 78 If pname:anisotropyEnable is ename:VK_FALSE, pname:maxAnisotropy is 180 * [[VUID-VkSamplerCreateInfo-anisotropyEnable-01070]] 182 not enabled, pname:anisotropyEnable must: be ename:VK_FALSE 183 * [[VUID-VkSamplerCreateInfo-anisotropyEnable-01071]] 184 If pname:anisotropyEnable is ename:VK_TRUE, pname:maxAnisotropy must: be 212 pname:anisotropyEnable must: be ename:VK_FALSE 224 ename:VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE, pname:anisotropyEnable 246 ename:VK_FILTER_CUBIC_EXT, pname:anisotropyEnable must: be [all …]
|
D | samplers.adoc | 72 * [[samplers-maxAnisotropy]] pname:anisotropyEnable is ename:VK_TRUE to 77 when pname:anisotropyEnable is ename:VK_TRUE. 78 If pname:anisotropyEnable is ename:VK_FALSE, pname:maxAnisotropy is 180 * [[VUID-VkSamplerCreateInfo-anisotropyEnable-01070]] 182 is not enabled, pname:anisotropyEnable must: be ename:VK_FALSE 183 * [[VUID-VkSamplerCreateInfo-anisotropyEnable-01071]] 184 If pname:anisotropyEnable is ename:VK_TRUE, pname:maxAnisotropy must: be 212 pname:anisotropyEnable must: be ename:VK_FALSE 224 ename:VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE, pname:anisotropyEnable 256 ename:VK_FILTER_CUBIC_EXT, pname:anisotropyEnable must: be [all …]
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_sampler.h | 175 size += vn_sizeof_VkBool32(&val->anisotropyEnable); in vn_sizeof_VkSamplerCreateInfo_self() 247 vn_encode_VkBool32(enc, &val->anisotropyEnable); in vn_encode_VkSamplerCreateInfo_self()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/ |
D | TriangleBenchmarks.cpp | 255 samplerInfo.anisotropyEnable = VK_FALSE; in TriangleSampleTexture()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dvx_device.c | 213 if (pCreateInfo->anisotropyEnable) { in v3dX()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_util.c | 239 if (!create_info->anisotropyEnable) { in dzn_translate_sampler_filter()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SpirvShaderSampling.cpp | 278 if(samplerState->anisotropyEnable != VK_FALSE) in convertFilterMode()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
D | vktMemoryAddressBindingTests.cpp | 747 VkBool32 anisotropyEnable; member 764 , anisotropyEnable (VK_FALSE) in Parameters() 794 params.anisotropyEnable, // VkBool32 anisotropyEnable; in create()
|
D | vktMemoryDeviceMemoryReportTests.cpp | 765 VkBool32 anisotropyEnable; member 782 , anisotropyEnable (VK_FALSE) in Parameters() 812 params.anisotropyEnable, // VkBool32 anisotropyEnable; in create()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryAddressBindingTests.cpp | 747 VkBool32 anisotropyEnable; member 764 , anisotropyEnable (VK_FALSE) in Parameters() 794 params.anisotropyEnable, // VkBool32 anisotropyEnable; in create()
|
D | vktMemoryDeviceMemoryReportTests.cpp | 765 VkBool32 anisotropyEnable; member 782 , anisotropyEnable (VK_FALSE) in Parameters() 812 params.anisotropyEnable, // VkBool32 anisotropyEnable; in create()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.hpp | 502 vk::VkBool32 anisotropyEnable = VK_FALSE,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
D | vktDrawCreateInfoUtil.hpp | 502 vk::VkBool32 anisotropyEnable = VK_FALSE,
|
D | vktDrawCreateInfoUtil.cpp | 1207 anisotropyEnable = _anisotropyEnable; in SamplerCreateInfo()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_cache_utils.cpp | 3347 bool anisotropyEnable = extensions.textureFilterAnisotropicEXT && mMaxAnisotropy > 1.0f; in init() local 3359 createInfo.anisotropyEnable = anisotropyEnable; in init() 3397 createInfo.anisotropyEnable = VK_FALSE; in init()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkfullscreenquad.c | 91 .anisotropyEnable = VK_FALSE, in create_sampler()
|