Searched refs:framebufferDepthSampleCounts (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 835 …framebufferDepthSampleCounts = printer.write_int("framebufferDepthSampleCounts", 4, indent, signed…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 688 * [[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_…
|
D | capabilities.adoc | 1117 sname:VkPhysicalDeviceLimits::pname:framebufferDepthSampleCounts
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4494 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.framebufferDepthSampleCounts ); in operator ()()
|
D | vulkan_hash.hpp | 8501 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.framebufferDepthSampleCounts ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 845 vkStream->write((VkSampleCountFlags*)&forMarshaling->framebufferDepthSampleCounts, in marshal_VkPhysicalDeviceLimits() 984 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->framebufferDepthSampleCounts, in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 819 memcpy(*ptr, (VkSampleCountFlags*)&forMarshaling->framebufferDepthSampleCounts, in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 908 vkStream->write((VkSampleCountFlags*)&forMarshaling->framebufferDepthSampleCounts, in marshal_VkPhysicalDeviceLimits() 1047 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->framebufferDepthSampleCounts, in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling.cpp | 811 memcpy((VkSampleCountFlags*)&forUnmarshaling->framebufferDepthSampleCounts, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3155 VkSampleCountFlags framebufferDepthSampleCounts; member
|