Home
last modified time | relevance | path

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

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py840sampledImageIntegerSampleCounts = printer.write_int("sampledImageIntegerSampleCounts", 4, indent, …
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc716 * [[limits-sampledImageIntegerSampleCounts]]
717 pname:sampledImageIntegerSampleCounts is a bitmask^1^ of
4534 | tlink:VkSampleCountFlags | pname:sampledImageIntegerSampleCounts | -
4962 | pname:sampledImageIntegerSampleCounts | - | ename:VK_SAMPLE_COUNT_1_BIT …
Dcapabilities.adoc1130 sname:VkPhysicalDeviceLimits::pname:sampledImageIntegerSampleCounts
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4499 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.sampledImageIntegerSampleCounts ); in operator ()()
Dvulkan_hash.hpp8506 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.sampledImageIntegerSampleCounts ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp854 vkStream->write((VkSampleCountFlags*)&forMarshaling->sampledImageIntegerSampleCounts, in marshal_VkPhysicalDeviceLimits()
993 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->sampledImageIntegerSampleCounts, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp833 memcpy(*ptr, (VkSampleCountFlags*)&forMarshaling->sampledImageIntegerSampleCounts, in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp917 vkStream->write((VkSampleCountFlags*)&forMarshaling->sampledImageIntegerSampleCounts, in marshal_VkPhysicalDeviceLimits()
1056 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->sampledImageIntegerSampleCounts, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp825 memcpy((VkSampleCountFlags*)&forUnmarshaling->sampledImageIntegerSampleCounts, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3160 VkSampleCountFlags sampledImageIntegerSampleCounts; member