Searched refs:maxPerStageDescriptorInlineUniformBlocks (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 1006 CORE_PROPERTY(maxPerStageDescriptorInlineUniformBlocks); in vk_get_physical_device_core_1_3_property_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 2179 * [[{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
|
D | interfaces.adoc | 1153 | pname:maxPerStageDescriptorInlineUniformBlocks
|
D | descriptorsets.adoc | 1787 … sname:VkPhysicalDeviceInlineUniformBlockProperties::pname:maxPerStageDescriptorInlineUniformBlocks
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4388 …MBINE( seed, physicalDeviceInlineUniformBlockProperties.maxPerStageDescriptorInlineUniformBlocks ); in operator ()() 5536 …PP_HASH_COMBINE( seed, physicalDeviceVulkan13Properties.maxPerStageDescriptorInlineUniformBlocks ); in operator ()()
|
D | vulkan_hash.hpp | 8359 …MBINE( seed, physicalDeviceInlineUniformBlockProperties.maxPerStageDescriptorInlineUniformBlocks ); in operator ()() 10778 …PP_HASH_COMBINE( seed, physicalDeviceVulkan13Properties.maxPerStageDescriptorInlineUniformBlocks ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 8633 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 5913 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/ |
D | goldfish_vk_marshaling.cpp | 10615 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 8200 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/ |
D | vulkan_core.h | 6828 uint32_t maxPerStageDescriptorInlineUniformBlocks; member 7169 uint32_t maxPerStageDescriptorInlineUniformBlocks; member
|