Home
last modified time | relevance | path

Searched refs:maxUpdateAfterBindDescriptorsInAllPools (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c919 CORE_PROPERTY(maxUpdateAfterBindDescriptorsInAllPools); in vk_get_physical_device_core_1_2_property_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_mutable_descriptor_type.adoc158 …do not consume device-global descriptor resources (e.g. `maxUpdateAfterBindDescriptorsInAllPools`),
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc1983 * [[{anchor-prefix}limits-maxUpdateAfterBindDescriptorsInAllPools]]
1984 pname:maxUpdateAfterBindDescriptorsInAllPools is the maximum number of
4578 | code:uint32_t | pname:maxUpdateAfterBindDescriptorsInAllPools | `<<features-descr…
5036 | pname:maxUpdateAfterBindDescriptorsInAllPools | 0 |500000| min
Ddescriptorsets.adoc2498 pname:maxUpdateAfterBindDescriptorsInAllPools, or if fragmentation of the
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp3902 …OMBINE( seed, physicalDeviceDescriptorIndexingProperties.maxUpdateAfterBindDescriptorsInAllPools ); in operator ()()
5463 …HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.maxUpdateAfterBindDescriptorsInAllPools ); in operator ()()
Dvulkan_hash.hpp7288 …OMBINE( seed, physicalDeviceDescriptorIndexingProperties.maxUpdateAfterBindDescriptorsInAllPools ); in operator ()()
10705 …HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.maxUpdateAfterBindDescriptorsInAllPools ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp6701 vkStream->write((uint32_t*)&forMarshaling->maxUpdateAfterBindDescriptorsInAllPools, in marshal_VkPhysicalDeviceVulkan12Properties()
6796 vkStream->read((uint32_t*)&forUnmarshaling->maxUpdateAfterBindDescriptorsInAllPools, in unmarshal_VkPhysicalDeviceVulkan12Properties()
7559 vkStream->write((uint32_t*)&forMarshaling->maxUpdateAfterBindDescriptorsInAllPools, in marshal_VkPhysicalDeviceDescriptorIndexingProperties()
7614 vkStream->read((uint32_t*)&forUnmarshaling->maxUpdateAfterBindDescriptorsInAllPools, in unmarshal_VkPhysicalDeviceDescriptorIndexingProperties()
Dgoldfish_vk_reserved_marshaling_guest.cpp4664 memcpy(*ptr, (uint32_t*)&forMarshaling->maxUpdateAfterBindDescriptorsInAllPools, in reservedmarshal_VkPhysicalDeviceVulkan12Properties()
5211 memcpy(*ptr, (uint32_t*)&forMarshaling->maxUpdateAfterBindDescriptorsInAllPools, in reservedmarshal_VkPhysicalDeviceDescriptorIndexingProperties()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp8102 vkStream->write((uint32_t*)&forMarshaling->maxUpdateAfterBindDescriptorsInAllPools, in marshal_VkPhysicalDeviceVulkan12Properties()
8209 vkStream->read((uint32_t*)&forUnmarshaling->maxUpdateAfterBindDescriptorsInAllPools, in unmarshal_VkPhysicalDeviceVulkan12Properties()
9160 vkStream->write((uint32_t*)&forMarshaling->maxUpdateAfterBindDescriptorsInAllPools, in marshal_VkPhysicalDeviceDescriptorIndexingProperties()
9227 vkStream->read((uint32_t*)&forUnmarshaling->maxUpdateAfterBindDescriptorsInAllPools, in unmarshal_VkPhysicalDeviceDescriptorIndexingProperties()
Dgoldfish_vk_reserved_marshaling.cpp6232 memcpy((uint32_t*)&forUnmarshaling->maxUpdateAfterBindDescriptorsInAllPools, *ptr, in reservedunmarshal_VkPhysicalDeviceVulkan12Properties()
7026 memcpy((uint32_t*)&forUnmarshaling->maxUpdateAfterBindDescriptorsInAllPools, *ptr, in reservedunmarshal_VkPhysicalDeviceDescriptorIndexingProperties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5984 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member
6188 uint32_t maxUpdateAfterBindDescriptorsInAllPools; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc9047 <<features-limits-maxUpdateAfterBindDescriptorsInAllPools,
9048 pname:maxUpdateAfterBindDescriptorsInAllPools>> limit (public pull