Searched refs:anisotropyEnable (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | samplers.adoc | 79 * [[samplers-maxAnisotropy]] pname:anisotropyEnable is ename:VK_TRUE to 84 when pname:anisotropyEnable is ename:VK_TRUE. 85 If pname:anisotropyEnable is ename:VK_FALSE, pname:maxAnisotropy is 187 * [[VUID-VkSamplerCreateInfo-anisotropyEnable-01070]] 189 is not enabled, pname:anisotropyEnable must: be ename:VK_FALSE 190 * [[VUID-VkSamplerCreateInfo-anisotropyEnable-01071]] 191 If pname:anisotropyEnable is ename:VK_TRUE, pname:maxAnisotropy must: be 219 pname:anisotropyEnable must: be ename:VK_FALSE 231 ename:VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE, pname:anisotropyEnable 263 ename:VK_FILTER_CUBIC_EXT, pname:anisotropyEnable must: be [all …]
|
D | textures.adoc | 1990 slink:VkSamplerCreateInfo::pname:anisotropyEnable are ename:VK_FALSE, 3014 Anisotropic filtering is enabled by the pname:anisotropyEnable in the 3254 texel filtering via pname:anisotropyEnable, it is possible that the set of
|
D | features.adoc | 539 If this feature is not enabled, the pname:anisotropyEnable member of the
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 543 .anisotropyEnable = VK_FALSE, in CreateYuvImage()
|
/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.cpp | 789 .anisotropyEnable = VK_FALSE, in setUpSampler()
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 1018 …anisotropyEnable = printer.write_int("anisotropyEnable", 4, indent, signed=False, big_endian=False)
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 6398 VULKAN_HPP_HASH_COMBINE( seed, samplerCreateInfo.anisotropyEnable ); in operator ()()
|
D | vulkan_hash.hpp | 12364 VULKAN_HPP_HASH_COMBINE( seed, samplerCreateInfo.anisotropyEnable ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 3226 vkStream->write((VkBool32*)&forMarshaling->anisotropyEnable, sizeof(VkBool32)); in marshal_VkSamplerCreateInfo() 3255 vkStream->read((VkBool32*)&forUnmarshaling->anisotropyEnable, sizeof(VkBool32)); in unmarshal_VkSamplerCreateInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 2370 memcpy(*ptr, (VkBool32*)&forMarshaling->anisotropyEnable, sizeof(VkBool32)); in reservedmarshal_VkSamplerCreateInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 3646 vkStream->write((VkBool32*)&forMarshaling->anisotropyEnable, sizeof(VkBool32)); in marshal_VkSamplerCreateInfo() 3687 vkStream->read((VkBool32*)&forUnmarshaling->anisotropyEnable, sizeof(VkBool32)); in unmarshal_VkSamplerCreateInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 2763 memcpy((VkBool32*)&forUnmarshaling->anisotropyEnable, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkSamplerCreateInfo()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3683 VkBool32 anisotropyEnable; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 10016 slink:VkSamplerCreateInfo::pname:anisotropyEnable value, and that 10017 pname:maxAnisotropy is ignored when pname:anisotropyEnable is VK_FALSE
|