Searched refs:storageImageSampleCounts (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 843 …storageImageSampleCounts = printer.write_int("storageImageSampleCounts", 4, indent, signed=False, …
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 732 * [[limits-storageImageSampleCounts]] pname:storageImageSampleCounts is a 4537 | tlink:VkSampleCountFlags | pname:storageImageSampleCounts | pname:shaderStorageImageM… 4965 | pname:storageImageSampleCounts | ename:VK_SAMPLE_COUNT_1_BIT | (ename:VK_SAMPLE_COUNT…
|
D | capabilities.adoc | 1132 sname:VkPhysicalDeviceLimits::pname:storageImageSampleCounts
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4502 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.storageImageSampleCounts ); in operator ()()
|
D | vulkan_hash.hpp | 8509 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.storageImageSampleCounts ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 860 vkStream->write((VkSampleCountFlags*)&forMarshaling->storageImageSampleCounts, in marshal_VkPhysicalDeviceLimits() 999 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->storageImageSampleCounts, in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 842 memcpy(*ptr, (VkSampleCountFlags*)&forMarshaling->storageImageSampleCounts, in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 923 vkStream->write((VkSampleCountFlags*)&forMarshaling->storageImageSampleCounts, in marshal_VkPhysicalDeviceLimits() 1062 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->storageImageSampleCounts, in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling.cpp | 834 memcpy((VkSampleCountFlags*)&forUnmarshaling->storageImageSampleCounts, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3163 VkSampleCountFlags storageImageSampleCounts; member
|