Home
last modified time | relevance | path

Searched refs:anisotropyEnable (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsamplers.adoc79 * [[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 …]
Dtextures.adoc1990 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
Dfeatures.adoc539 If this feature is not enabled, the pname:anisotropyEnable member of the
/hardware/google/gfxstream/common/detector/
DVulkan.cpp543 .anisotropyEnable = VK_FALSE, in CreateYuvImage()
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp789 .anisotropyEnable = VK_FALSE, in setUpSampler()
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py1018anisotropyEnable = printer.write_int("anisotropyEnable", 4, indent, signed=False, big_endian=False)
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6398 VULKAN_HPP_HASH_COMBINE( seed, samplerCreateInfo.anisotropyEnable ); in operator ()()
Dvulkan_hash.hpp12364 VULKAN_HPP_HASH_COMBINE( seed, samplerCreateInfo.anisotropyEnable ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp3226 vkStream->write((VkBool32*)&forMarshaling->anisotropyEnable, sizeof(VkBool32)); in marshal_VkSamplerCreateInfo()
3255 vkStream->read((VkBool32*)&forUnmarshaling->anisotropyEnable, sizeof(VkBool32)); in unmarshal_VkSamplerCreateInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp2370 memcpy(*ptr, (VkBool32*)&forMarshaling->anisotropyEnable, sizeof(VkBool32)); in reservedmarshal_VkSamplerCreateInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp3646 vkStream->write((VkBool32*)&forMarshaling->anisotropyEnable, sizeof(VkBool32)); in marshal_VkSamplerCreateInfo()
3687 vkStream->read((VkBool32*)&forUnmarshaling->anisotropyEnable, sizeof(VkBool32)); in unmarshal_VkSamplerCreateInfo()
Dgoldfish_vk_reserved_marshaling.cpp2763 memcpy((VkBool32*)&forUnmarshaling->anisotropyEnable, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkSamplerCreateInfo()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3683 VkBool32 anisotropyEnable; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc10016 slink:VkSamplerCreateInfo::pname:anisotropyEnable value, and that
10017 pname:maxAnisotropy is ignored when pname:anisotropyEnable is VK_FALSE