Searched refs:sampledImageDepthSampleCounts (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 841 …sampledImageDepthSampleCounts = printer.write_int("sampledImageDepthSampleCounts", 4, indent, sign…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 722 * [[limits-sampledImageDepthSampleCounts]] 723 pname:sampledImageDepthSampleCounts is a bitmask^1^ of 4535 | tlink:VkSampleCountFlags | pname:sampledImageDepthSampleCounts | - 4963 | pname:sampledImageDepthSampleCounts | - | (ename:VK_SAMPLE_COUNT_1_BIT \| ename:VK_SAMPLE_…
|
D | capabilities.adoc | 1127 sname:VkPhysicalDeviceLimits::pname:sampledImageDepthSampleCounts
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4500 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.sampledImageDepthSampleCounts ); in operator ()()
|
D | vulkan_hash.hpp | 8507 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.sampledImageDepthSampleCounts ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 856 vkStream->write((VkSampleCountFlags*)&forMarshaling->sampledImageDepthSampleCounts, in marshal_VkPhysicalDeviceLimits() 995 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->sampledImageDepthSampleCounts, in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 836 memcpy(*ptr, (VkSampleCountFlags*)&forMarshaling->sampledImageDepthSampleCounts, in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 919 vkStream->write((VkSampleCountFlags*)&forMarshaling->sampledImageDepthSampleCounts, in marshal_VkPhysicalDeviceLimits() 1058 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->sampledImageDepthSampleCounts, in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling.cpp | 828 memcpy((VkSampleCountFlags*)&forUnmarshaling->sampledImageDepthSampleCounts, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3161 VkSampleCountFlags sampledImageDepthSampleCounts; member
|