Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/
DRoadmap-2022.adoc75 | pname:maxPerStageDescriptorUniformBuffers | - | 12 | 15 | min
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc156 * [[limits-maxPerStageDescriptorUniformBuffers]]
157 pname:maxPerStageDescriptorUniformBuffers is the maximum number of
2051 pname:maxPerStageDescriptorUniformBuffers but counts descriptors from
4458 | code:uint32_t | pname:maxPerStageDescriptorUniformBuffers | -
4880 | pname:maxPerStageDescriptorUniformBuffers | - | 12 | min
5340 * the sum of the pname:maxPerStageDescriptorUniformBuffers,
5491 | pname:maxPerStageDescriptorUniformBuffers | 15 | min
Dinterfaces.adoc1137 .2+<.^| pname:maxPerStageDescriptorUniformBuffers
Ddescriptorsets.adoc1725 sname:VkPhysicalDeviceLimits::pname:maxPerStageDescriptorUniformBuffers
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py769maxPerStageDescriptorUniformBuffers = printer.write_int("maxPerStageDescriptorUniformBuffers", 4, …
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4416 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxPerStageDescriptorUniformBuffers ); in operator ()()
Dvulkan_hash.hpp8423 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxPerStageDescriptorUniformBuffers ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp760 vkStream->write((uint32_t*)&forMarshaling->maxPerStageDescriptorUniformBuffers, in marshal_VkPhysicalDeviceLimits()
900 vkStream->read((uint32_t*)&forUnmarshaling->maxPerStageDescriptorUniformBuffers, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp672 memcpy(*ptr, (uint32_t*)&forMarshaling->maxPerStageDescriptorUniformBuffers, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp823 vkStream->write((uint32_t*)&forMarshaling->maxPerStageDescriptorUniformBuffers, in marshal_VkPhysicalDeviceLimits()
963 vkStream->read((uint32_t*)&forUnmarshaling->maxPerStageDescriptorUniformBuffers, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp663 memcpy((uint32_t*)&forUnmarshaling->maxPerStageDescriptorUniformBuffers, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3089 uint32_t maxPerStageDescriptorUniformBuffers; member