Home
last modified time | relevance | path

Searched refs:maxBoundDescriptorSets (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
DVK_EXT_validation_features.adoc60 slink:VkPhysicalDeviceLimits::pname:maxBoundDescriptorSets that is one
Dlimits.adoc134 * [[limits-maxBoundDescriptorSets]] pname:maxBoundDescriptorSets is the
138 less than pname:maxBoundDescriptorSets.
4456 | code:uint32_t | pname:maxBoundDescriptorSets | -
4878 | pname:maxBoundDescriptorSets | - | 4 | min
Ddescriptorsets.adoc18 Each pipeline object can: use up to pname:maxBoundDescriptorSets (see
1703 sname:VkPhysicalDeviceLimits::pname:maxBoundDescriptorSets
2356 pname:maxBoundDescriptorSets in <<limits, Limits>>).
Dinterfaces.adoc1012 pname:maxBoundDescriptorSets minus one, inclusive.
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py767maxBoundDescriptorSets = printer.write_int("maxBoundDescriptorSets", 4, indent, signed=False, big_…
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4414 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxBoundDescriptorSets ); in operator ()()
Dvulkan_hash.hpp8421 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxBoundDescriptorSets ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp758 vkStream->write((uint32_t*)&forMarshaling->maxBoundDescriptorSets, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
898 vkStream->read((uint32_t*)&forUnmarshaling->maxBoundDescriptorSets, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp668 memcpy(*ptr, (uint32_t*)&forMarshaling->maxBoundDescriptorSets, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp821 vkStream->write((uint32_t*)&forMarshaling->maxBoundDescriptorSets, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
961 vkStream->read((uint32_t*)&forUnmarshaling->maxBoundDescriptorSets, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp659 memcpy((uint32_t*)&forUnmarshaling->maxBoundDescriptorSets, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3087 uint32_t maxBoundDescriptorSets; member