Home
last modified time | relevance | path

Searched refs:maxDescriptorSetStorageBuffers (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/
DRoadmap-2022.adoc82 | pname:maxDescriptorSetStorageBuffers | - | 24 | 96 | min, _n_ {times} PerStage
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc300 * [[limits-maxDescriptorSetStorageBuffers]]
301 pname:maxDescriptorSetStorageBuffers is the maximum number of storage
2111 pname:maxDescriptorSetStorageBuffers but counts descriptors from
4467 | code:uint32_t | pname:maxDescriptorSetStorageBuffers | -
4889 | pname:maxDescriptorSetStorageBuffers | - | 24 ^8^ | min, _n_ {times} PerStage
5498 | pname:maxDescriptorSetStorageBuffers | 96 | min
Ddescriptorsets.adoc1882 sname:VkPhysicalDeviceLimits::pname:maxDescriptorSetStorageBuffers
2228 .2+<.^| pname:maxDescriptorSetStorageBuffers
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py778maxDescriptorSetStorageBuffers = printer.write_int("maxDescriptorSetStorageBuffers", 4, indent, si…
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4425 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxDescriptorSetStorageBuffers ); in operator ()()
Dvulkan_hash.hpp8432 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxDescriptorSetStorageBuffers ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp775 vkStream->write((uint32_t*)&forMarshaling->maxDescriptorSetStorageBuffers, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
915 vkStream->read((uint32_t*)&forUnmarshaling->maxDescriptorSetStorageBuffers, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp692 memcpy(*ptr, (uint32_t*)&forMarshaling->maxDescriptorSetStorageBuffers, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp838 vkStream->write((uint32_t*)&forMarshaling->maxDescriptorSetStorageBuffers, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
978 vkStream->read((uint32_t*)&forUnmarshaling->maxDescriptorSetStorageBuffers, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp685 memcpy((uint32_t*)&forUnmarshaling->maxDescriptorSetStorageBuffers, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3098 uint32_t maxDescriptorSetStorageBuffers; member