Searched refs:maxPerStageUpdateAfterBindResources (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 933 CORE_PROPERTY(maxPerStageUpdateAfterBindResources); in vk_get_physical_device_core_1_2_property_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 2079 * [[{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/ |
D | vulkansc_hash.hpp | 3916 …SH_COMBINE( seed, physicalDeviceDescriptorIndexingProperties.maxPerStageUpdateAfterBindResources ); in operator ()() 5477 …KAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.maxPerStageUpdateAfterBindResources ); in operator ()()
|
D | vulkan_hash.hpp | 7302 …SH_COMBINE( seed, physicalDeviceDescriptorIndexingProperties.maxPerStageUpdateAfterBindResources ); in operator ()() 10719 …KAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.maxPerStageUpdateAfterBindResources ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 6727 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 4704 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/ |
D | goldfish_vk_marshaling.cpp | 8128 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 6272 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/ |
D | vulkan_core.h | 5998 uint32_t maxPerStageUpdateAfterBindResources; member 6202 uint32_t maxPerStageUpdateAfterBindResources; member
|