Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/scripts/print_gfx_logs/
Dvulkan_printer.py834framebufferColorSampleCounts = printer.write_int("framebufferColorSampleCounts", 4, indent, signed…
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/
Dgoldfish_vk_baseprotodefs.proto432 …// Original field: bitmask VkSampleCountFlags framebufferColorSampleCounts. stringarray? 0 string?…
433 optional uint32 framebufferColorSampleCounts = 81; field
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp902 if (!((a->framebufferColorSampleCounts) == (b->framebufferColorSampleCounts))) { in checkEqual_VkPhysicalDeviceLimits()
Dgoldfish_vk_marshaling.cpp905 vkStream->write((VkSampleCountFlags*)&forMarshaling->framebufferColorSampleCounts, in marshal_VkPhysicalDeviceLimits()
1044 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->framebufferColorSampleCounts, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp807 memcpy((VkSampleCountFlags*)&forUnmarshaling->framebufferColorSampleCounts, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_core.h3019 VkSampleCountFlags framebufferColorSampleCounts; member
Dvulkan_structs.hpp58333 …fferHeight_ ), maxFramebufferLayers( maxFramebufferLayers_ ), framebufferColorSampleCounts( frameb…
58371 …FramebufferWidth, maxFramebufferHeight, maxFramebufferLayers, framebufferColorSampleCounts, frameb… in reflect()
58464 && ( framebufferColorSampleCounts == rhs.framebufferColorSampleCounts ) in operator ==()
58580 VULKAN_HPP_NAMESPACE::SampleCountFlags framebufferColorSampleCounts = {}; member
Dvulkan_hash.hpp7687 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.framebufferColorSampleCounts ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp842 vkStream->write((VkSampleCountFlags*)&forMarshaling->framebufferColorSampleCounts, in marshal_VkPhysicalDeviceLimits()
981 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->framebufferColorSampleCounts, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp815 memcpy(*ptr, (VkSampleCountFlags*)&forMarshaling->framebufferColorSampleCounts, in reservedmarshal_VkPhysicalDeviceLimits()