Home
last modified time | relevance | path

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

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py835framebufferDepthSampleCounts = printer.write_int("framebufferDepthSampleCounts", 4, indent, signed…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc688 * [[limits-framebufferDepthSampleCounts]]
689 pname:framebufferDepthSampleCounts is a bitmask^1^ of
4529 | tlink:VkSampleCountFlags | pname:framebufferDepthSampleCounts | -
4957 | pname:framebufferDepthSampleCounts | - | (ename:VK_SAMPLE_COUNT_1_BIT \| ename:VK_SAMPLE_…
Dcapabilities.adoc1117 sname:VkPhysicalDeviceLimits::pname:framebufferDepthSampleCounts
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4494 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.framebufferDepthSampleCounts ); in operator ()()
Dvulkan_hash.hpp8501 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.framebufferDepthSampleCounts ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp845 vkStream->write((VkSampleCountFlags*)&forMarshaling->framebufferDepthSampleCounts, in marshal_VkPhysicalDeviceLimits()
984 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->framebufferDepthSampleCounts, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp819 memcpy(*ptr, (VkSampleCountFlags*)&forMarshaling->framebufferDepthSampleCounts, in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp908 vkStream->write((VkSampleCountFlags*)&forMarshaling->framebufferDepthSampleCounts, in marshal_VkPhysicalDeviceLimits()
1047 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->framebufferDepthSampleCounts, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp811 memcpy((VkSampleCountFlags*)&forUnmarshaling->framebufferDepthSampleCounts, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3155 VkSampleCountFlags framebufferDepthSampleCounts; member