Home
last modified time | relevance | path

Searched refs:maxPerStageDescriptorSampledImages (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/
DRoadmap-2022.adoc77 | pname:maxPerStageDescriptorSampledImages | - | 16 | 200 | min
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc190 * [[limits-maxPerStageDescriptorSampledImages]]
191 pname:maxPerStageDescriptorSampledImages is the maximum number of
2063 pname:maxPerStageDescriptorSampledImages but counts descriptors from
4460 | code:uint32_t | pname:maxPerStageDescriptorSampledImages | -
4882 | pname:maxPerStageDescriptorSampledImages | - | 16 | min
5342 pname:maxPerStageDescriptorSampledImages,
5493 | pname:maxPerStageDescriptorSampledImages | 200 | min
Dcapabilities.adoc854 pname:maxPerStageDescriptorSampledImages limits.
Dinterfaces.adoc1118 .3+<.^| pname:maxPerStageDescriptorSampledImages
1125 .5+<.^| pname:maxPerStageDescriptorSampledImages
Ddescriptorsets.adoc1753 sname:VkPhysicalDeviceLimits::pname:maxPerStageDescriptorSampledImages
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py771maxPerStageDescriptorSampledImages = printer.write_int("maxPerStageDescriptorSampledImages", 4, in…
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4418 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxPerStageDescriptorSampledImages ); in operator ()()
Dvulkan_hash.hpp8425 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxPerStageDescriptorSampledImages ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp764 vkStream->write((uint32_t*)&forMarshaling->maxPerStageDescriptorSampledImages, in marshal_VkPhysicalDeviceLimits()
904 vkStream->read((uint32_t*)&forUnmarshaling->maxPerStageDescriptorSampledImages, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp676 memcpy(*ptr, (uint32_t*)&forMarshaling->maxPerStageDescriptorSampledImages, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp827 vkStream->write((uint32_t*)&forMarshaling->maxPerStageDescriptorSampledImages, in marshal_VkPhysicalDeviceLimits()
967 vkStream->read((uint32_t*)&forUnmarshaling->maxPerStageDescriptorSampledImages, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp669 memcpy((uint32_t*)&forUnmarshaling->maxPerStageDescriptorSampledImages, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3091 uint32_t maxPerStageDescriptorSampledImages; member