Home
last modified time | relevance | path

Searched refs:sampledImageDepthSampleCounts (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py841sampledImageDepthSampleCounts = printer.write_int("sampledImageDepthSampleCounts", 4, indent, sign…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc722 * [[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_…
Dcapabilities.adoc1127 sname:VkPhysicalDeviceLimits::pname:sampledImageDepthSampleCounts
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4500 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.sampledImageDepthSampleCounts ); in operator ()()
Dvulkan_hash.hpp8507 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.sampledImageDepthSampleCounts ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp856 vkStream->write((VkSampleCountFlags*)&forMarshaling->sampledImageDepthSampleCounts, in marshal_VkPhysicalDeviceLimits()
995 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->sampledImageDepthSampleCounts, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp836 memcpy(*ptr, (VkSampleCountFlags*)&forMarshaling->sampledImageDepthSampleCounts, in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp919 vkStream->write((VkSampleCountFlags*)&forMarshaling->sampledImageDepthSampleCounts, in marshal_VkPhysicalDeviceLimits()
1058 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->sampledImageDepthSampleCounts, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp828 memcpy((VkSampleCountFlags*)&forUnmarshaling->sampledImageDepthSampleCounts, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3161 VkSampleCountFlags sampledImageDepthSampleCounts; member