Home
last modified time | relevance | path

Searched refs:framebufferColorSampleCounts (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py834framebufferColorSampleCounts = printer.write_int("framebufferColorSampleCounts", 4, indent, signed…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc674 * [[limits-framebufferColorSampleCounts]]
675 pname:framebufferColorSampleCounts is a bitmask^1^ of
4525 | tlink:VkSampleCountFlags | pname:framebufferColorSampleCounts | -
4953 | pname:framebufferColorSampleCounts | - | (ename:VK_SAMPLE_COUNT_1_BIT \| ename:VK_SAMPLE_…
Dcapabilities.adoc1108 sname:VkPhysicalDeviceLimits::pname:framebufferColorSampleCounts
Dprimsrast.adoc1068 If <<limits-framebufferColorSampleCounts,
1069 pname:framebufferColorSampleCounts>>, includes ename:VK_SAMPLE_COUNT_2_BIT,
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4493 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.framebufferColorSampleCounts ); in operator ()()
Dvulkan_hash.hpp8500 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.framebufferColorSampleCounts ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp843 vkStream->write((VkSampleCountFlags*)&forMarshaling->framebufferColorSampleCounts, in marshal_VkPhysicalDeviceLimits()
982 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->framebufferColorSampleCounts, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp816 memcpy(*ptr, (VkSampleCountFlags*)&forMarshaling->framebufferColorSampleCounts, in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp906 vkStream->write((VkSampleCountFlags*)&forMarshaling->framebufferColorSampleCounts, in marshal_VkPhysicalDeviceLimits()
1045 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->framebufferColorSampleCounts, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp808 memcpy((VkSampleCountFlags*)&forUnmarshaling->framebufferColorSampleCounts, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3154 VkSampleCountFlags framebufferColorSampleCounts; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc5595 description of the <<limits-framebufferColorSampleCounts>> feature if
10442 slink:VkPhysicalDeviceLimits::pname:framebufferColorSampleCounts does