Home
last modified time | relevance | path

Searched refs:maxArrayLayers (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcapabilities.adoc139 * pname:maxArrayLayers is the maximum number of array layers.
140 pname:maxArrayLayers must: be no less than
154 pname:maxArrayLayers must: not be 0.
Dresources.adoc1348 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/
Dvulkansc_hash.hpp3056 VULKAN_HPP_HASH_COMBINE( seed, imageFormatProperties.maxArrayLayers ); in operator ()()
Dvulkan_hash.hpp4374 VULKAN_HPP_HASH_COMBINE( seed, imageFormatProperties.maxArrayLayers ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp512 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp416 memcpy(*ptr, (uint32_t*)&forMarshaling->maxArrayLayers, sizeof(uint32_t)); in reservedmarshal_VkImageFormatProperties()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp567 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()
Dgoldfish_vk_reserved_marshaling.cpp437 memcpy((uint32_t*)&forUnmarshaling->maxArrayLayers, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkImageFormatProperties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h2989 uint32_t maxArrayLayers; member