Home
last modified time | relevance | path

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

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py839sampledImageColorSampleCounts = printer.write_int("sampledImageColorSampleCounts", 4, indent, sign…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc710 * [[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_…
Dcapabilities.adoc1124 sname:VkPhysicalDeviceLimits::pname:sampledImageColorSampleCounts
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4498 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.sampledImageColorSampleCounts ); in operator ()()
Dvulkan_hash.hpp8505 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.sampledImageColorSampleCounts ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp852 vkStream->write((VkSampleCountFlags*)&forMarshaling->sampledImageColorSampleCounts, in marshal_VkPhysicalDeviceLimits()
991 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->sampledImageColorSampleCounts, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp830 memcpy(*ptr, (VkSampleCountFlags*)&forMarshaling->sampledImageColorSampleCounts, in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp915 vkStream->write((VkSampleCountFlags*)&forMarshaling->sampledImageColorSampleCounts, in marshal_VkPhysicalDeviceLimits()
1054 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->sampledImageColorSampleCounts, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp822 memcpy((VkSampleCountFlags*)&forUnmarshaling->sampledImageColorSampleCounts, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3159 VkSampleCountFlags sampledImageColorSampleCounts; member