Home
last modified time | relevance | path

Searched refs:framebufferIntegerColorSampleCounts (Results 1 – 8 of 8) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp5054 if (!((a->framebufferIntegerColorSampleCounts) == (b->framebufferIntegerColorSampleCounts))) { in checkEqual_VkPhysicalDeviceVulkan12Properties()
Dgoldfish_vk_marshaling.cpp8149 vkStream->write((VkSampleCountFlags*)&forMarshaling->framebufferIntegerColorSampleCounts, in marshal_VkPhysicalDeviceVulkan12Properties()
8261 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->framebufferIntegerColorSampleCounts, in unmarshal_VkPhysicalDeviceVulkan12Properties()
Dgoldfish_vk_reserved_marshaling.cpp6315 memcpy((VkSampleCountFlags*)&forUnmarshaling->framebufferIntegerColorSampleCounts, *ptr, in reservedunmarshal_VkPhysicalDeviceVulkan12Properties()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_core.h5876 VkSampleCountFlags framebufferIntegerColorSampleCounts; member
Dvulkan_structs.hpp72224 …reValueDifference( maxTimelineSemaphoreValueDifference_ ), framebufferIntegerColorSampleCounts( fr…
72262 …xImageComponentMapping, maxTimelineSemaphoreValueDifference, framebufferIntegerColorSampleCounts ); in reflect()
72328 && ( framebufferIntegerColorSampleCounts == rhs.framebufferIntegerColorSampleCounts ); in operator ==()
72392 VULKAN_HPP_NAMESPACE::SampleCountFlags framebufferIntegerColorSampleCounts = {}; member
Dvulkan_hash.hpp9699 …KAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.framebufferIntegerColorSampleCounts ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp6755 vkStream->write((VkSampleCountFlags*)&forMarshaling->framebufferIntegerColorSampleCounts, in marshal_VkPhysicalDeviceVulkan12Properties()
6855 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->framebufferIntegerColorSampleCounts, in unmarshal_VkPhysicalDeviceVulkan12Properties()
Dgoldfish_vk_reserved_marshaling_guest.cpp4745 memcpy(*ptr, (VkSampleCountFlags*)&forMarshaling->framebufferIntegerColorSampleCounts, in reservedmarshal_VkPhysicalDeviceVulkan12Properties()