Home
last modified time | relevance | path

Searched refs:maxPerStageDescriptorInlineUniformBlocks (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c1006 CORE_PROPERTY(maxPerStageDescriptorInlineUniformBlocks); in vk_get_physical_device_core_1_3_property_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc2179 * [[{anchor-prefix}limits-maxPerStageDescriptorInlineUniformBlocks]]
2180 pname:maxPerStageDescriptorInlineUniformBlocks is the maximum number of
2193 equals pname:maxPerStageDescriptorInlineUniformBlocks and is reserved
2197 is similar to pname:maxPerStageDescriptorInlineUniformBlocks but counts
4602 | code:uint32_t | pname:maxPerStageDescriptorInlineUniformBlocks |`<<features-in…
5060 | pname:maxPerStageDescriptorInlineUniformBlocks | - | 4 | min
Dinterfaces.adoc1153 | pname:maxPerStageDescriptorInlineUniformBlocks
Ddescriptorsets.adoc1787 … sname:VkPhysicalDeviceInlineUniformBlockProperties::pname:maxPerStageDescriptorInlineUniformBlocks
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4388 …MBINE( seed, physicalDeviceInlineUniformBlockProperties.maxPerStageDescriptorInlineUniformBlocks ); in operator ()()
5536 …PP_HASH_COMBINE( seed, physicalDeviceVulkan13Properties.maxPerStageDescriptorInlineUniformBlocks ); in operator ()()
Dvulkan_hash.hpp8359 …MBINE( seed, physicalDeviceInlineUniformBlockProperties.maxPerStageDescriptorInlineUniformBlocks ); in operator ()()
10778 …PP_HASH_COMBINE( seed, physicalDeviceVulkan13Properties.maxPerStageDescriptorInlineUniformBlocks ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp8633 vkStream->write((uint32_t*)&forMarshaling->maxPerStageDescriptorInlineUniformBlocks, in marshal_VkPhysicalDeviceVulkan13Properties()
8746 vkStream->read((uint32_t*)&forUnmarshaling->maxPerStageDescriptorInlineUniformBlocks, in unmarshal_VkPhysicalDeviceVulkan13Properties()
10083 vkStream->write((uint32_t*)&forMarshaling->maxPerStageDescriptorInlineUniformBlocks, in marshal_VkPhysicalDeviceInlineUniformBlockProperties()
10104 vkStream->read((uint32_t*)&forUnmarshaling->maxPerStageDescriptorInlineUniformBlocks, in unmarshal_VkPhysicalDeviceInlineUniformBlockProperties()
Dgoldfish_vk_reserved_marshaling_guest.cpp5913 memcpy(*ptr, (uint32_t*)&forMarshaling->maxPerStageDescriptorInlineUniformBlocks, in reservedmarshal_VkPhysicalDeviceVulkan13Properties()
6823 memcpy(*ptr, (uint32_t*)&forMarshaling->maxPerStageDescriptorInlineUniformBlocks, in reservedmarshal_VkPhysicalDeviceInlineUniformBlockProperties()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp10615 vkStream->write((uint32_t*)&forMarshaling->maxPerStageDescriptorInlineUniformBlocks, in marshal_VkPhysicalDeviceVulkan13Properties()
10740 vkStream->read((uint32_t*)&forUnmarshaling->maxPerStageDescriptorInlineUniformBlocks, in unmarshal_VkPhysicalDeviceVulkan13Properties()
12505 vkStream->write((uint32_t*)&forMarshaling->maxPerStageDescriptorInlineUniformBlocks, in marshal_VkPhysicalDeviceInlineUniformBlockProperties()
12538 vkStream->read((uint32_t*)&forUnmarshaling->maxPerStageDescriptorInlineUniformBlocks, in unmarshal_VkPhysicalDeviceInlineUniformBlockProperties()
Dgoldfish_vk_reserved_marshaling.cpp8200 memcpy((uint32_t*)&forUnmarshaling->maxPerStageDescriptorInlineUniformBlocks, *ptr, in reservedunmarshal_VkPhysicalDeviceVulkan13Properties()
9615 memcpy((uint32_t*)&forUnmarshaling->maxPerStageDescriptorInlineUniformBlocks, *ptr, in reservedunmarshal_VkPhysicalDeviceInlineUniformBlockProperties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6828 uint32_t maxPerStageDescriptorInlineUniformBlocks; member
7169 uint32_t maxPerStageDescriptorInlineUniformBlocks; member