Home
last modified time | relevance | path

Searched refs:maxInlineUniformTotalSize (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_inline_uniform_block.adoc42 <<limits-maxInlineUniformTotalSize, pname:maxInlineUniformTotalSize>> limit.
Dversions.adoc125 * The <<limits-maxInlineUniformTotalSize,
126 pname:maxInlineUniformTotalSize>> limit is added to provide the total
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddevsandqueues.adoc515 * [[{anchor-prefix}limits-maxInlineUniformTotalSize]]
516 pname:maxInlineUniformTotalSize is the maximum total size in bytes of
Ddescriptorsets.adoc1198 :maxTotalSize: <<limits-maxInlineUniformTotalSize, pname:maxInlineUniformTotalSize>>
2009 sname:VkPhysicalDeviceVulkan13Properties::pname:maxInlineUniformTotalSize
Dlimits.adoc4608 | code:uint32_t | pname:maxInlineUniformTotalSize |`<<features-in…
5066 | pname:maxInlineUniformTotalSize | - | 256 | min
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp5540 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Properties.maxInlineUniformTotalSize ); in operator ()()
Dvulkan_hash.hpp10782 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Properties.maxInlineUniformTotalSize ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp8642 vkStream->write((uint32_t*)&forMarshaling->maxInlineUniformTotalSize, sizeof(uint32_t)); in marshal_VkPhysicalDeviceVulkan13Properties()
8755 vkStream->read((uint32_t*)&forUnmarshaling->maxInlineUniformTotalSize, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceVulkan13Properties()
Dgoldfish_vk_reserved_marshaling_guest.cpp5924 memcpy(*ptr, (uint32_t*)&forMarshaling->maxInlineUniformTotalSize, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceVulkan13Properties()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp10624 vkStream->write((uint32_t*)&forMarshaling->maxInlineUniformTotalSize, sizeof(uint32_t)); in marshal_VkPhysicalDeviceVulkan13Properties()
10749 vkStream->read((uint32_t*)&forUnmarshaling->maxInlineUniformTotalSize, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceVulkan13Properties()
Dgoldfish_vk_reserved_marshaling.cpp8212 memcpy((uint32_t*)&forUnmarshaling->maxInlineUniformTotalSize, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceVulkan13Properties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6832 uint32_t maxInlineUniformTotalSize; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc1589 * Update Roadmap 2022 JSON to correct the `maxInlineUniformTotalSize`