Searched refs:maxArrayLayers (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | capabilities.adoc | 139 * pname:maxArrayLayers is the maximum number of array layers. 140 pname:maxArrayLayers must: be no less than 154 pname:maxArrayLayers must: not be 0.
|
D | resources.adoc | 1348 slink:VkImageFormatProperties::pname:maxArrayLayers, as returned by 1596 *** sname:VkImageFormatProperties::pname:maxArrayLayers is 1626 the minimum value of slink:VkImageFormatProperties::pname:maxArrayLayers
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 3056 VULKAN_HPP_HASH_COMBINE( seed, imageFormatProperties.maxArrayLayers ); in operator ()()
|
D | vulkan_hash.hpp | 4374 VULKAN_HPP_HASH_COMBINE( seed, imageFormatProperties.maxArrayLayers ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 512 vkStream->write((uint32_t*)&forMarshaling->maxArrayLayers, sizeof(uint32_t)); in marshal_VkImageFormatProperties() 522 vkStream->read((uint32_t*)&forUnmarshaling->maxArrayLayers, sizeof(uint32_t)); in unmarshal_VkImageFormatProperties()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 416 memcpy(*ptr, (uint32_t*)&forMarshaling->maxArrayLayers, sizeof(uint32_t)); in reservedmarshal_VkImageFormatProperties()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 567 vkStream->write((uint32_t*)&forMarshaling->maxArrayLayers, sizeof(uint32_t)); in marshal_VkImageFormatProperties() 577 vkStream->read((uint32_t*)&forUnmarshaling->maxArrayLayers, sizeof(uint32_t)); in unmarshal_VkImageFormatProperties()
|
D | goldfish_vk_reserved_marshaling.cpp | 437 memcpy((uint32_t*)&forUnmarshaling->maxArrayLayers, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkImageFormatProperties()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 2989 uint32_t maxArrayLayers; member
|