Searched refs:samplerAnisotropy (Results 1 – 13 of 13) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/ |
D | Roadmap-2022.adoc | 28 ** <<features-samplerAnisotropy, pname:samplerAnisotropy>>
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | samplers.adoc | 188 If the <<features-samplerAnisotropy, pname:samplerAnisotropy>> feature
|
D | features.adoc | 537 * [[features-samplerAnisotropy]] pname:samplerAnisotropy specifies whether 8055 * <<features-samplerAnisotropy, pname:samplerAnisotropy>>
|
D | textures.adoc | 1989 If either slink:VkPhysicalDeviceFeatures::pname:samplerAnisotropy or
|
D | limits.adoc | 4504 | code:float | pname:maxSamplerAnisotropy | pname:samplerAnisotropy
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1628 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.samplerAnisotropy ); in operator ()()
|
D | vulkan_hash.hpp | 3173 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.samplerAnisotropy ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 629 vkStream->write((VkBool32*)&forMarshaling->samplerAnisotropy, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 696 vkStream->read((VkBool32*)&forUnmarshaling->samplerAnisotropy, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 558 memcpy(*ptr, (VkBool32*)&forMarshaling->samplerAnisotropy, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 692 vkStream->write((VkBool32*)&forMarshaling->samplerAnisotropy, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 759 vkStream->read((VkBool32*)&forUnmarshaling->samplerAnisotropy, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 549 memcpy((VkBool32*)&forUnmarshaling->samplerAnisotropy, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3035 VkBool32 samplerAnisotropy; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 10014 * Clarified the <<features-features-samplerAnisotropy, 10015 pname:samplerAnisotropy feature>> to only affect the
|