Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c858 CORE_PROPERTY(maxPerSetDescriptors); in vk_get_physical_device_core_1_1_property_ext()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4565 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMaintenance3Properties.maxPerSetDescriptors ); in operator ()()
5365 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.maxPerSetDescriptors ); in operator ()()
Dvulkan_hash.hpp8584 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMaintenance3Properties.maxPerSetDescriptors ); in operator ()()
10607 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.maxPerSetDescriptors ); in operator ()()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc1617 * [[{anchor-prefix}limits-maxPerSetDescriptors]]
1618 pname:maxPerSetDescriptors is a maximum number of descriptors (summed
5018 | pname:maxPerSetDescriptors | - |1024 | min
Ddescriptorsets.adoc1330 slink:VkPhysicalDeviceMaintenance3Properties::pname:maxPerSetDescriptors
1334 slink:VkPhysicalDeviceMaintenance3Properties::pname:maxPerSetDescriptors
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp6320 vkStream->write((uint32_t*)&forMarshaling->maxPerSetDescriptors, sizeof(uint32_t)); in marshal_VkPhysicalDeviceMaintenance3Properties()
6333 vkStream->read((uint32_t*)&forUnmarshaling->maxPerSetDescriptors, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceMaintenance3Properties()
6458 vkStream->write((uint32_t*)&forMarshaling->maxPerSetDescriptors, sizeof(uint32_t)); in marshal_VkPhysicalDeviceVulkan11Properties()
6488 vkStream->read((uint32_t*)&forUnmarshaling->maxPerSetDescriptors, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceVulkan11Properties()
Dgoldfish_vk_reserved_marshaling_guest.cpp4343 memcpy(*ptr, (uint32_t*)&forMarshaling->maxPerSetDescriptors, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceMaintenance3Properties()
4459 memcpy(*ptr, (uint32_t*)&forMarshaling->maxPerSetDescriptors, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceVulkan11Properties()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp7651 vkStream->write((uint32_t*)&forMarshaling->maxPerSetDescriptors, sizeof(uint32_t)); in marshal_VkPhysicalDeviceMaintenance3Properties()
7676 vkStream->read((uint32_t*)&forUnmarshaling->maxPerSetDescriptors, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceMaintenance3Properties()
7836 vkStream->write((uint32_t*)&forMarshaling->maxPerSetDescriptors, sizeof(uint32_t)); in marshal_VkPhysicalDeviceVulkan11Properties()
7878 vkStream->read((uint32_t*)&forUnmarshaling->maxPerSetDescriptors, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceVulkan11Properties()
Dgoldfish_vk_reserved_marshaling.cpp5830 memcpy((uint32_t*)&forUnmarshaling->maxPerSetDescriptors, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceMaintenance3Properties()
6002 memcpy((uint32_t*)&forUnmarshaling->maxPerSetDescriptors, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceVulkan11Properties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5558 uint32_t maxPerSetDescriptors; member
5897 uint32_t maxPerSetDescriptors; member