Searched refs:texelBufferAlignment (Results 1 – 13 of 13) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_texel_buffer_alignment.adoc | 33 The feature structure is not promoted and pname:texelBufferAlignment is
|
D | versions.adoc | 89 The pname:texelBufferAlignment feature is enabled if using a Vulkan 1.3
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 592 If <<features-texelBufferAlignment, pname:texelBufferAlignment>> is 604 If <<features-texelBufferAlignment, pname:texelBufferAlignment>> is not
|
D | resources.adoc | 1078 If the <<features-texelBufferAlignment, pname:texelBufferAlignment>> 1082 If the <<features-texelBufferAlignment, pname:texelBufferAlignment>> 1093 If the <<features-texelBufferAlignment, pname:texelBufferAlignment>>
|
D | features.adoc | 3758 * [[features-texelBufferAlignment]] pname:texelBufferAlignment indicates 7458 * <<features-texelBufferAlignment, pname:texelBufferAlignment>>, if
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 5167 …ULKAN_HPP_HASH_COMBINE( seed, physicalDeviceTexelBufferAlignmentFeaturesEXT.texelBufferAlignment ); in operator ()()
|
D | vulkan_hash.hpp | 10321 …ULKAN_HPP_HASH_COMBINE( seed, physicalDeviceTexelBufferAlignmentFeaturesEXT.texelBufferAlignment ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 12943 vkStream->write((VkBool32*)&forMarshaling->texelBufferAlignment, sizeof(VkBool32)); in marshal_VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT() 12955 vkStream->read((VkBool32*)&forUnmarshaling->texelBufferAlignment, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 8695 memcpy(*ptr, (VkBool32*)&forMarshaling->texelBufferAlignment, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 17309 vkStream->write((VkBool32*)&forMarshaling->texelBufferAlignment, sizeof(VkBool32)); in marshal_VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT() 17333 vkStream->read((VkBool32*)&forUnmarshaling->texelBufferAlignment, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT()
|
D | goldfish_vk_reserved_marshaling.cpp | 13403 memcpy((VkBool32*)&forUnmarshaling->texelBufferAlignment, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 14581 VkBool32 texelBufferAlignment; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 1292 * Add more information about pname:texelBufferAlignment promotion to core
|