Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/
DRoadmap-2022.adoc74 | pname:maxPerStageDescriptorSamplers | - | 16 | 64 | min
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc140 * [[limits-maxPerStageDescriptorSamplers]]
141 pname:maxPerStageDescriptorSamplers is the maximum number of samplers
2045 pname:maxPerStageDescriptorSamplers but counts descriptors from
4457 | code:uint32_t | pname:maxPerStageDescriptorSamplers | -
4879 | pname:maxPerStageDescriptorSamplers | - | 16 | min
5490 | pname:maxPerStageDescriptorSamplers | 64 | min
Dcapabilities.adoc853 pname:maxPerStageDescriptorSamplers, and
Dinterfaces.adoc1112 .2+<.^| pname:maxPerStageDescriptorSamplers
Ddescriptorsets.adoc1714 sname:VkPhysicalDeviceLimits::pname:maxPerStageDescriptorSamplers
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py768maxPerStageDescriptorSamplers = printer.write_int("maxPerStageDescriptorSamplers", 4, indent, sign…
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4415 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxPerStageDescriptorSamplers ); in operator ()()
Dvulkan_hash.hpp8422 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxPerStageDescriptorSamplers ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp759 vkStream->write((uint32_t*)&forMarshaling->maxPerStageDescriptorSamplers, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
899 vkStream->read((uint32_t*)&forUnmarshaling->maxPerStageDescriptorSamplers, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp670 memcpy(*ptr, (uint32_t*)&forMarshaling->maxPerStageDescriptorSamplers, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp822 vkStream->write((uint32_t*)&forMarshaling->maxPerStageDescriptorSamplers, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
962 vkStream->read((uint32_t*)&forUnmarshaling->maxPerStageDescriptorSamplers, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp661 memcpy((uint32_t*)&forUnmarshaling->maxPerStageDescriptorSamplers, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3088 uint32_t maxPerStageDescriptorSamplers; member