Searched refs:sampledImageIntegerSampleCounts (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 840 …sampledImageIntegerSampleCounts = printer.write_int("sampledImageIntegerSampleCounts", 4, indent, …
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 716 * [[limits-sampledImageIntegerSampleCounts]] 717 pname:sampledImageIntegerSampleCounts is a bitmask^1^ of 4534 | tlink:VkSampleCountFlags | pname:sampledImageIntegerSampleCounts | - 4962 | pname:sampledImageIntegerSampleCounts | - | ename:VK_SAMPLE_COUNT_1_BIT …
|
D | capabilities.adoc | 1130 sname:VkPhysicalDeviceLimits::pname:sampledImageIntegerSampleCounts
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4499 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.sampledImageIntegerSampleCounts ); in operator ()()
|
D | vulkan_hash.hpp | 8506 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.sampledImageIntegerSampleCounts ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 854 vkStream->write((VkSampleCountFlags*)&forMarshaling->sampledImageIntegerSampleCounts, in marshal_VkPhysicalDeviceLimits() 993 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->sampledImageIntegerSampleCounts, in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 833 memcpy(*ptr, (VkSampleCountFlags*)&forMarshaling->sampledImageIntegerSampleCounts, in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 917 vkStream->write((VkSampleCountFlags*)&forMarshaling->sampledImageIntegerSampleCounts, in marshal_VkPhysicalDeviceLimits() 1056 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->sampledImageIntegerSampleCounts, in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling.cpp | 825 memcpy((VkSampleCountFlags*)&forUnmarshaling->sampledImageIntegerSampleCounts, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3160 VkSampleCountFlags sampledImageIntegerSampleCounts; member
|