Home
last modified time | relevance | path

Searched refs:maxDescriptorSetInputAttachments (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc352 * [[limits-maxDescriptorSetInputAttachments]]
353 pname:maxDescriptorSetInputAttachments is the maximum number of input
2141 pname:maxDescriptorSetInputAttachments but counts descriptors from
4471 | code:uint32_t | pname:maxDescriptorSetInputAttachments | -
4893 | pname:maxDescriptorSetInputAttachments | - | 4 | min
Ddescriptorsets.adoc1927 sname:VkPhysicalDeviceLimits::pname:maxDescriptorSetInputAttachments
2238 | pname:maxDescriptorSetInputAttachments
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py782maxDescriptorSetInputAttachments = printer.write_int("maxDescriptorSetInputAttachments", 4, indent…
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4429 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxDescriptorSetInputAttachments ); in operator ()()
Dvulkan_hash.hpp8436 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxDescriptorSetInputAttachments ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp780 vkStream->write((uint32_t*)&forMarshaling->maxDescriptorSetInputAttachments, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
920 vkStream->read((uint32_t*)&forUnmarshaling->maxDescriptorSetInputAttachments, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp701 memcpy(*ptr, (uint32_t*)&forMarshaling->maxDescriptorSetInputAttachments, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp843 vkStream->write((uint32_t*)&forMarshaling->maxDescriptorSetInputAttachments, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
983 vkStream->read((uint32_t*)&forUnmarshaling->maxDescriptorSetInputAttachments, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp694 memcpy((uint32_t*)&forUnmarshaling->maxDescriptorSetInputAttachments, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3102 uint32_t maxDescriptorSetInputAttachments; member