Searched refs:maxStorageBufferRange (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | raytracing.adoc | 693 pname:maxStorageBufferRange)#.
|
D | limits.adoc | 92 * [[limits-maxStorageBufferRange]] pname:maxStorageBufferRange is the 4450 | code:uint32_t | pname:maxStorageBufferRange | - 4872 | pname:maxStorageBufferRange | - | 2^27^ | min
|
D | descriptorsets.adoc | 3627 sname:VkPhysicalDeviceLimits::pname:maxStorageBufferRange 3840 pname:maxUniformBufferRange>> or <<limits-maxStorageBufferRange, 3841 pname:maxStorageBufferRange>>).
|
D | interfaces.adoc | 767 [eq]#[0, pname:maxStorageBufferRange)#. 778 pname:maxStorageBufferRange)#.
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 761 …maxStorageBufferRange = printer.write_int("maxStorageBufferRange", 4, indent, signed=False, big_en…
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4408 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxStorageBufferRange ); in operator ()()
|
D | vulkan_hash.hpp | 8415 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxStorageBufferRange ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 752 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 656 memcpy(*ptr, (uint32_t*)&forMarshaling->maxStorageBufferRange, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 815 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 647 memcpy((uint32_t*)&forUnmarshaling->maxStorageBufferRange, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3081 uint32_t maxStorageBufferRange; member
|