Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/scripts/print_gfx_logs/
Dvulkan_printer.py835framebufferDepthSampleCounts = printer.write_int("framebufferDepthSampleCounts", 4, indent, signed…
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/
Dgoldfish_vk_baseprotodefs.proto434 …// Original field: bitmask VkSampleCountFlags framebufferDepthSampleCounts. stringarray? 0 string?…
435 optional uint32 framebufferDepthSampleCounts = 82; field
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp905 if (!((a->framebufferDepthSampleCounts) == (b->framebufferDepthSampleCounts))) { in checkEqual_VkPhysicalDeviceLimits()
Dgoldfish_vk_marshaling.cpp907 vkStream->write((VkSampleCountFlags*)&forMarshaling->framebufferDepthSampleCounts, in marshal_VkPhysicalDeviceLimits()
1046 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->framebufferDepthSampleCounts, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp810 memcpy((VkSampleCountFlags*)&forUnmarshaling->framebufferDepthSampleCounts, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_core.h3020 VkSampleCountFlags framebufferDepthSampleCounts; member
Dvulkan_structs.hpp58333 …ramebufferColorSampleCounts( framebufferColorSampleCounts_ ), framebufferDepthSampleCounts( frameb…
58371 …erHeight, maxFramebufferLayers, framebufferColorSampleCounts, framebufferDepthSampleCounts, frameb… in reflect()
58465 && ( framebufferDepthSampleCounts == rhs.framebufferDepthSampleCounts ) in operator ==()
58581 VULKAN_HPP_NAMESPACE::SampleCountFlags framebufferDepthSampleCounts = {}; member
Dvulkan_hash.hpp7688 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.framebufferDepthSampleCounts ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp844 vkStream->write((VkSampleCountFlags*)&forMarshaling->framebufferDepthSampleCounts, in marshal_VkPhysicalDeviceLimits()
983 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->framebufferDepthSampleCounts, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp818 memcpy(*ptr, (VkSampleCountFlags*)&forMarshaling->framebufferDepthSampleCounts, in reservedmarshal_VkPhysicalDeviceLimits()