Searched refs:maxPerSetDescriptors (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 858 CORE_PROPERTY(maxPerSetDescriptors); in vk_get_physical_device_core_1_1_property_ext()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4565 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMaintenance3Properties.maxPerSetDescriptors ); in operator ()() 5365 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.maxPerSetDescriptors ); in operator ()()
|
D | vulkan_hash.hpp | 8584 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/ |
D | limits.adoc | 1617 * [[{anchor-prefix}limits-maxPerSetDescriptors]] 1618 pname:maxPerSetDescriptors is a maximum number of descriptors (summed 5018 | pname:maxPerSetDescriptors | - |1024 | min
|
D | descriptorsets.adoc | 1330 slink:VkPhysicalDeviceMaintenance3Properties::pname:maxPerSetDescriptors 1334 slink:VkPhysicalDeviceMaintenance3Properties::pname:maxPerSetDescriptors
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 6320 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 4343 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/ |
D | goldfish_vk_marshaling.cpp | 7651 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 5830 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/ |
D | vulkan_core.h | 5558 uint32_t maxPerSetDescriptors; member 5897 uint32_t maxPerSetDescriptors; member
|