Home
last modified time | relevance | path

Searched refs:texelBufferAlignment (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_texel_buffer_alignment.adoc33 The feature structure is not promoted and pname:texelBufferAlignment is
Dversions.adoc89 The pname:texelBufferAlignment feature is enabled if using a Vulkan 1.3
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc592 If <<features-texelBufferAlignment, pname:texelBufferAlignment>> is
604 If <<features-texelBufferAlignment, pname:texelBufferAlignment>> is not
Dresources.adoc1078 If the <<features-texelBufferAlignment, pname:texelBufferAlignment>>
1082 If the <<features-texelBufferAlignment, pname:texelBufferAlignment>>
1093 If the <<features-texelBufferAlignment, pname:texelBufferAlignment>>
Dfeatures.adoc3758 * [[features-texelBufferAlignment]] pname:texelBufferAlignment indicates
7458 * <<features-texelBufferAlignment, pname:texelBufferAlignment>>, if
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp5167 …ULKAN_HPP_HASH_COMBINE( seed, physicalDeviceTexelBufferAlignmentFeaturesEXT.texelBufferAlignment ); in operator ()()
Dvulkan_hash.hpp10321 …ULKAN_HPP_HASH_COMBINE( seed, physicalDeviceTexelBufferAlignmentFeaturesEXT.texelBufferAlignment ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp12943 vkStream->write((VkBool32*)&forMarshaling->texelBufferAlignment, sizeof(VkBool32)); in marshal_VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT()
12955 vkStream->read((VkBool32*)&forUnmarshaling->texelBufferAlignment, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT()
Dgoldfish_vk_reserved_marshaling_guest.cpp8695 memcpy(*ptr, (VkBool32*)&forMarshaling->texelBufferAlignment, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp17309 vkStream->write((VkBool32*)&forMarshaling->texelBufferAlignment, sizeof(VkBool32)); in marshal_VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT()
17333 vkStream->read((VkBool32*)&forUnmarshaling->texelBufferAlignment, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT()
Dgoldfish_vk_reserved_marshaling.cpp13403 memcpy((VkBool32*)&forUnmarshaling->texelBufferAlignment, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h14581 VkBool32 texelBufferAlignment; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc1292 * Add more information about pname:texelBufferAlignment promotion to core