Home
last modified time | relevance | path

Searched refs:maxPerStageUpdateAfterBindResources (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c933 CORE_PROPERTY(maxPerStageUpdateAfterBindResources); in vk_get_physical_device_core_1_2_property_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc2079 * [[{anchor-prefix}limits-maxPerStageUpdateAfterBindResources]]
2080 pname:maxPerStageUpdateAfterBindResources is similar to
4590 | code:uint32_t | pname:maxPerStageUpdateAfterBindResources | `<<features-descr…
5048 | pname:maxPerStageUpdateAfterBindResources | 0^9^ |500000 ^9^ | min
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp3916 …SH_COMBINE( seed, physicalDeviceDescriptorIndexingProperties.maxPerStageUpdateAfterBindResources ); in operator ()()
5477 …KAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.maxPerStageUpdateAfterBindResources ); in operator ()()
Dvulkan_hash.hpp7302 …SH_COMBINE( seed, physicalDeviceDescriptorIndexingProperties.maxPerStageUpdateAfterBindResources ); in operator ()()
10719 …KAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.maxPerStageUpdateAfterBindResources ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp6727 vkStream->write((uint32_t*)&forMarshaling->maxPerStageUpdateAfterBindResources, in marshal_VkPhysicalDeviceVulkan12Properties()
6824 vkStream->read((uint32_t*)&forUnmarshaling->maxPerStageUpdateAfterBindResources, in unmarshal_VkPhysicalDeviceVulkan12Properties()
7585 vkStream->write((uint32_t*)&forMarshaling->maxPerStageUpdateAfterBindResources, in marshal_VkPhysicalDeviceDescriptorIndexingProperties()
7642 vkStream->read((uint32_t*)&forUnmarshaling->maxPerStageUpdateAfterBindResources, in unmarshal_VkPhysicalDeviceDescriptorIndexingProperties()
Dgoldfish_vk_reserved_marshaling_guest.cpp4704 memcpy(*ptr, (uint32_t*)&forMarshaling->maxPerStageUpdateAfterBindResources, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceVulkan12Properties()
5251 memcpy(*ptr, (uint32_t*)&forMarshaling->maxPerStageUpdateAfterBindResources, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceDescriptorIndexingProperties()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp8128 vkStream->write((uint32_t*)&forMarshaling->maxPerStageUpdateAfterBindResources, in marshal_VkPhysicalDeviceVulkan12Properties()
8237 vkStream->read((uint32_t*)&forUnmarshaling->maxPerStageUpdateAfterBindResources, in unmarshal_VkPhysicalDeviceVulkan12Properties()
9186 vkStream->write((uint32_t*)&forMarshaling->maxPerStageUpdateAfterBindResources, in marshal_VkPhysicalDeviceDescriptorIndexingProperties()
9255 vkStream->read((uint32_t*)&forUnmarshaling->maxPerStageUpdateAfterBindResources, in unmarshal_VkPhysicalDeviceDescriptorIndexingProperties()
Dgoldfish_vk_reserved_marshaling.cpp6272 memcpy((uint32_t*)&forUnmarshaling->maxPerStageUpdateAfterBindResources, *ptr, in reservedunmarshal_VkPhysicalDeviceVulkan12Properties()
7066 memcpy((uint32_t*)&forUnmarshaling->maxPerStageUpdateAfterBindResources, *ptr, in reservedunmarshal_VkPhysicalDeviceDescriptorIndexingProperties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5998 uint32_t maxPerStageUpdateAfterBindResources; member
6202 uint32_t maxPerStageUpdateAfterBindResources; member