Searched refs:sampledImageColorSampleCounts (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 839 …sampledImageColorSampleCounts = printer.write_int("sampledImageColorSampleCounts", 4, indent, sign…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 710 * [[limits-sampledImageColorSampleCounts]] 711 pname:sampledImageColorSampleCounts is a bitmask^1^ of 4533 | tlink:VkSampleCountFlags | pname:sampledImageColorSampleCounts | - 4961 | pname:sampledImageColorSampleCounts | - | (ename:VK_SAMPLE_COUNT_1_BIT \| ename:VK_SAMPLE_…
|
D | capabilities.adoc | 1124 sname:VkPhysicalDeviceLimits::pname:sampledImageColorSampleCounts
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4498 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.sampledImageColorSampleCounts ); in operator ()()
|
D | vulkan_hash.hpp | 8505 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.sampledImageColorSampleCounts ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 852 vkStream->write((VkSampleCountFlags*)&forMarshaling->sampledImageColorSampleCounts, in marshal_VkPhysicalDeviceLimits() 991 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->sampledImageColorSampleCounts, in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 830 memcpy(*ptr, (VkSampleCountFlags*)&forMarshaling->sampledImageColorSampleCounts, in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 915 vkStream->write((VkSampleCountFlags*)&forMarshaling->sampledImageColorSampleCounts, in marshal_VkPhysicalDeviceLimits() 1054 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->sampledImageColorSampleCounts, in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling.cpp | 822 memcpy((VkSampleCountFlags*)&forUnmarshaling->sampledImageColorSampleCounts, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3159 VkSampleCountFlags sampledImageColorSampleCounts; member
|