Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp3487 …if (!((a->framebufferIntegerColorSampleCounts) == (b->framebufferIntegerColorSampleCounts))) { onF… in checkEqual_VkPhysicalDeviceVulkan12Properties()
Dgoldfish_vk_marshaling.cpp8694 …vkStream->write((VkSampleCountFlags*)&forMarshaling->framebufferIntegerColorSampleCounts, sizeof(V… in marshal_VkPhysicalDeviceVulkan12Properties()
8771 …vkStream->read((VkSampleCountFlags*)&forUnmarshaling->framebufferIntegerColorSampleCounts, sizeof(… in unmarshal_VkPhysicalDeviceVulkan12Properties()
Dgoldfish_vk_reserved_marshaling.cpp6431 …memcpy((VkSampleCountFlags*)&forUnmarshaling->framebufferIntegerColorSampleCounts, *ptr, sizeof(Vk… in reservedunmarshal_VkPhysicalDeviceVulkan12Properties()
/device/generic/vulkan-cereal/include/vulkan/
Dvulkan_core.h5164 VkSampleCountFlags framebufferIntegerColorSampleCounts; member
Dvulkan.hpp73197 …reValueDifference( maxTimelineSemaphoreValueDifference_ ), framebufferIntegerColorSampleCounts( fr…
73290 && ( framebufferIntegerColorSampleCounts == rhs.framebufferIntegerColorSampleCounts ); in operator ==()
73355 VULKAN_HPP_NAMESPACE::SampleCountFlags framebufferIntegerColorSampleCounts = {}; member
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp7460 …vkStream->write((VkSampleCountFlags*)&forMarshaling->framebufferIntegerColorSampleCounts, sizeof(V… in marshal_VkPhysicalDeviceVulkan12Properties()
7526 …vkStream->read((VkSampleCountFlags*)&forUnmarshaling->framebufferIntegerColorSampleCounts, sizeof(… in unmarshal_VkPhysicalDeviceVulkan12Properties()
Dgoldfish_vk_reserved_marshaling_guest.cpp5201 …memcpy(*ptr, (VkSampleCountFlags*)&forMarshaling->framebufferIntegerColorSampleCounts, sizeof(VkSa… in reservedmarshal_VkPhysicalDeviceVulkan12Properties()