Searched refs:maxInlineUniformTotalSize (Results 1 – 13 of 13) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_inline_uniform_block.adoc | 42 <<limits-maxInlineUniformTotalSize, pname:maxInlineUniformTotalSize>> limit.
|
D | versions.adoc | 125 * The <<limits-maxInlineUniformTotalSize, 126 pname:maxInlineUniformTotalSize>> limit is added to provide the total
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | devsandqueues.adoc | 515 * [[{anchor-prefix}limits-maxInlineUniformTotalSize]] 516 pname:maxInlineUniformTotalSize is the maximum total size in bytes of
|
D | descriptorsets.adoc | 1198 :maxTotalSize: <<limits-maxInlineUniformTotalSize, pname:maxInlineUniformTotalSize>> 2009 sname:VkPhysicalDeviceVulkan13Properties::pname:maxInlineUniformTotalSize
|
D | limits.adoc | 4608 | code:uint32_t | pname:maxInlineUniformTotalSize |`<<features-in… 5066 | pname:maxInlineUniformTotalSize | - | 256 | min
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 5540 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Properties.maxInlineUniformTotalSize ); in operator ()()
|
D | vulkan_hash.hpp | 10782 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Properties.maxInlineUniformTotalSize ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 8642 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 5924 memcpy(*ptr, (uint32_t*)&forMarshaling->maxInlineUniformTotalSize, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceVulkan13Properties()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 10624 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 8212 memcpy((uint32_t*)&forUnmarshaling->maxInlineUniformTotalSize, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceVulkan13Properties()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 6832 uint32_t maxInlineUniformTotalSize; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 1589 * Update Roadmap 2022 JSON to correct the `maxInlineUniformTotalSize`
|