Searched refs:maxPerStageDescriptorStorageBuffers (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/ |
D | Roadmap-2022.adoc | 76 | pname:maxPerStageDescriptorStorageBuffers | - | 4 | 30 | min
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 173 * [[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
|
D | interfaces.adoc | 1142 .2+<.^| pname:maxPerStageDescriptorStorageBuffers
|
D | descriptorsets.adoc | 1736 sname:VkPhysicalDeviceLimits::pname:maxPerStageDescriptorStorageBuffers
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 770 …maxPerStageDescriptorStorageBuffers = printer.write_int("maxPerStageDescriptorStorageBuffers", 4, …
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4417 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxPerStageDescriptorStorageBuffers ); in operator ()()
|
D | vulkan_hash.hpp | 8424 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxPerStageDescriptorStorageBuffers ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 762 vkStream->write((uint32_t*)&forMarshaling->maxPerStageDescriptorStorageBuffers, in marshal_VkPhysicalDeviceLimits() 902 vkStream->read((uint32_t*)&forUnmarshaling->maxPerStageDescriptorStorageBuffers, in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 674 memcpy(*ptr, (uint32_t*)&forMarshaling->maxPerStageDescriptorStorageBuffers, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 825 vkStream->write((uint32_t*)&forMarshaling->maxPerStageDescriptorStorageBuffers, in marshal_VkPhysicalDeviceLimits() 965 vkStream->read((uint32_t*)&forUnmarshaling->maxPerStageDescriptorStorageBuffers, in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling.cpp | 666 memcpy((uint32_t*)&forUnmarshaling->maxPerStageDescriptorStorageBuffers, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3090 uint32_t maxPerStageDescriptorStorageBuffers; member
|