Home
last modified time | relevance | path

Searched refs:maxStorageBufferRange (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Draytracing.adoc693 pname:maxStorageBufferRange)#.
Dlimits.adoc92 * [[limits-maxStorageBufferRange]] pname:maxStorageBufferRange is the
4450 | code:uint32_t | pname:maxStorageBufferRange | -
4872 | pname:maxStorageBufferRange | - | 2^27^ | min
Ddescriptorsets.adoc3627 sname:VkPhysicalDeviceLimits::pname:maxStorageBufferRange
3840 pname:maxUniformBufferRange>> or <<limits-maxStorageBufferRange,
3841 pname:maxStorageBufferRange>>).
Dinterfaces.adoc767 [eq]#[0, pname:maxStorageBufferRange)#.
778 pname:maxStorageBufferRange)#.
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py761maxStorageBufferRange = printer.write_int("maxStorageBufferRange", 4, indent, signed=False, big_en…
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4408 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxStorageBufferRange ); in operator ()()
Dvulkan_hash.hpp8415 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxStorageBufferRange ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp752 vkStream->write((uint32_t*)&forMarshaling->maxStorageBufferRange, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
892 vkStream->read((uint32_t*)&forUnmarshaling->maxStorageBufferRange, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp656 memcpy(*ptr, (uint32_t*)&forMarshaling->maxStorageBufferRange, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp815 vkStream->write((uint32_t*)&forMarshaling->maxStorageBufferRange, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits()
955 vkStream->read((uint32_t*)&forUnmarshaling->maxStorageBufferRange, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp647 memcpy((uint32_t*)&forUnmarshaling->maxStorageBufferRange, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3081 uint32_t maxStorageBufferRange; member