Searched refs:framebufferColorSampleCounts (Results  1 – 10 of 10) sorted by relevance
| /device/generic/vulkan-cereal/scripts/print_gfx_logs/ | 
| D | vulkan_printer.py | 834 …framebufferColorSampleCounts = printer.write_int("framebufferColorSampleCounts", 4, indent, signed…
  | 
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/ | 
| D | goldfish_vk_baseprotodefs.proto | 432 …// Original field: bitmask VkSampleCountFlags framebufferColorSampleCounts. stringarray? 0 string?… 433     optional uint32 framebufferColorSampleCounts = 81;  field
  | 
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ | 
| D | goldfish_vk_testing.cpp | 902     if (!((a->framebufferColorSampleCounts) == (b->framebufferColorSampleCounts))) {  in checkEqual_VkPhysicalDeviceLimits()
  | 
| D | goldfish_vk_marshaling.cpp | 905     vkStream->write((VkSampleCountFlags*)&forMarshaling->framebufferColorSampleCounts,  in marshal_VkPhysicalDeviceLimits() 1044     vkStream->read((VkSampleCountFlags*)&forUnmarshaling->framebufferColorSampleCounts,  in unmarshal_VkPhysicalDeviceLimits()
  | 
| D | goldfish_vk_reserved_marshaling.cpp | 807     memcpy((VkSampleCountFlags*)&forUnmarshaling->framebufferColorSampleCounts, *ptr,  in reservedunmarshal_VkPhysicalDeviceLimits()
  | 
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ | 
| D | vulkan_core.h | 3019     VkSampleCountFlags    framebufferColorSampleCounts;  member
  | 
| D | vulkan_structs.hpp | 58333 …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
  | 
| D | vulkan_hash.hpp | 7687     VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.framebufferColorSampleCounts );  in operator ()()
  | 
| /device/generic/goldfish-opengl/system/vulkan_enc/ | 
| D | goldfish_vk_marshaling_guest.cpp | 842     vkStream->write((VkSampleCountFlags*)&forMarshaling->framebufferColorSampleCounts,  in marshal_VkPhysicalDeviceLimits() 981     vkStream->read((VkSampleCountFlags*)&forUnmarshaling->framebufferColorSampleCounts,  in unmarshal_VkPhysicalDeviceLimits()
  | 
| D | goldfish_vk_reserved_marshaling_guest.cpp | 815     memcpy(*ptr, (VkSampleCountFlags*)&forMarshaling->framebufferColorSampleCounts,  in reservedmarshal_VkPhysicalDeviceLimits()
  |