Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/
DRoadmap-2022.adoc76 | pname:maxPerStageDescriptorStorageBuffers | - | 4 | 30 | min
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc173 * [[limits-maxPerStageDescriptorStorageBuffers]]
174 pname:maxPerStageDescriptorStorageBuffers is the maximum number of
2057 pname:maxPerStageDescriptorStorageBuffers but counts descriptors from
4459 | code:uint32_t | pname:maxPerStageDescriptorStorageBuffers | -
4881 | pname:maxPerStageDescriptorStorageBuffers | - | 4 | min
5341 pname:maxPerStageDescriptorStorageBuffers,
5492 | pname:maxPerStageDescriptorStorageBuffers | 30 | min
Dinterfaces.adoc1142 .2+<.^| pname:maxPerStageDescriptorStorageBuffers
Ddescriptorsets.adoc1736 sname:VkPhysicalDeviceLimits::pname:maxPerStageDescriptorStorageBuffers
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py770maxPerStageDescriptorStorageBuffers = printer.write_int("maxPerStageDescriptorStorageBuffers", 4, …
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4417 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxPerStageDescriptorStorageBuffers ); in operator ()()
Dvulkan_hash.hpp8424 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxPerStageDescriptorStorageBuffers ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp762 vkStream->write((uint32_t*)&forMarshaling->maxPerStageDescriptorStorageBuffers, in marshal_VkPhysicalDeviceLimits()
902 vkStream->read((uint32_t*)&forUnmarshaling->maxPerStageDescriptorStorageBuffers, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp674 memcpy(*ptr, (uint32_t*)&forMarshaling->maxPerStageDescriptorStorageBuffers, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp825 vkStream->write((uint32_t*)&forMarshaling->maxPerStageDescriptorStorageBuffers, in marshal_VkPhysicalDeviceLimits()
965 vkStream->read((uint32_t*)&forUnmarshaling->maxPerStageDescriptorStorageBuffers, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp666 memcpy((uint32_t*)&forUnmarshaling->maxPerStageDescriptorStorageBuffers, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3090 uint32_t maxPerStageDescriptorStorageBuffers; member