Searched refs:framebufferStencilSampleCounts (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 836 …framebufferStencilSampleCounts = printer.write_int("framebufferStencilSampleCounts", 4, indent, si…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 693 * [[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_…
|
D | capabilities.adoc | 1121 sname:VkPhysicalDeviceLimits::pname:framebufferStencilSampleCounts
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4495 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.framebufferStencilSampleCounts ); in operator ()()
|
D | vulkan_hash.hpp | 8502 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.framebufferStencilSampleCounts ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 847 vkStream->write((VkSampleCountFlags*)&forMarshaling->framebufferStencilSampleCounts, in marshal_VkPhysicalDeviceLimits() 986 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->framebufferStencilSampleCounts, in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 822 memcpy(*ptr, (VkSampleCountFlags*)&forMarshaling->framebufferStencilSampleCounts, in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 910 vkStream->write((VkSampleCountFlags*)&forMarshaling->framebufferStencilSampleCounts, in marshal_VkPhysicalDeviceLimits() 1049 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->framebufferStencilSampleCounts, in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling.cpp | 814 memcpy((VkSampleCountFlags*)&forUnmarshaling->framebufferStencilSampleCounts, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3156 VkSampleCountFlags framebufferStencilSampleCounts; member
|