Home
last modified time | relevance | path

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

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py836framebufferStencilSampleCounts = printer.write_int("framebufferStencilSampleCounts", 4, indent, si…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc693 * [[limits-framebufferStencilSampleCounts]]
694 pname:framebufferStencilSampleCounts is a bitmask^1^ of
4530 | tlink:VkSampleCountFlags | pname:framebufferStencilSampleCounts | -
4958 | pname:framebufferStencilSampleCounts | - | (ename:VK_SAMPLE_COUNT_1_BIT \| ename:VK_SAMPLE_…
Dcapabilities.adoc1121 sname:VkPhysicalDeviceLimits::pname:framebufferStencilSampleCounts
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4495 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.framebufferStencilSampleCounts ); in operator ()()
Dvulkan_hash.hpp8502 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.framebufferStencilSampleCounts ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp847 vkStream->write((VkSampleCountFlags*)&forMarshaling->framebufferStencilSampleCounts, in marshal_VkPhysicalDeviceLimits()
986 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->framebufferStencilSampleCounts, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp822 memcpy(*ptr, (VkSampleCountFlags*)&forMarshaling->framebufferStencilSampleCounts, in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp910 vkStream->write((VkSampleCountFlags*)&forMarshaling->framebufferStencilSampleCounts, in marshal_VkPhysicalDeviceLimits()
1049 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->framebufferStencilSampleCounts, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp814 memcpy((VkSampleCountFlags*)&forUnmarshaling->framebufferStencilSampleCounts, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3156 VkSampleCountFlags framebufferStencilSampleCounts; member