Home
last modified time | relevance | path

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

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py895framebufferColorSampleCounts = printer.write_int("framebufferColorSampleCounts", 4, indent, signed…
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp32234 …fferHeight_ ), maxFramebufferLayers( maxFramebufferLayers_ ), framebufferColorSampleCounts( frameb…
32272 …FramebufferWidth, maxFramebufferHeight, maxFramebufferLayers, framebufferColorSampleCounts, frameb… in reflect()
32365 && ( framebufferColorSampleCounts == rhs.framebufferColorSampleCounts ) in operator ==()
32481 VULKAN_HPP_NAMESPACE::SampleCountFlags framebufferColorSampleCounts = {}; member
Dvulkansc_hash.hpp4493 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.framebufferColorSampleCounts ); in operator ()()
Dvulkan_core.h3192 VkSampleCountFlags framebufferColorSampleCounts; member
Dvulkan_structs.hpp65276 …fferHeight_ ), maxFramebufferLayers( maxFramebufferLayers_ ), framebufferColorSampleCounts( frameb…
65314 …FramebufferWidth, maxFramebufferHeight, maxFramebufferLayers, framebufferColorSampleCounts, frameb… in reflect()
65407 && ( framebufferColorSampleCounts == rhs.framebufferColorSampleCounts ) in operator ==()
65523 VULKAN_HPP_NAMESPACE::SampleCountFlags framebufferColorSampleCounts = {}; member
Dvulkan_hash.hpp8500 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.framebufferColorSampleCounts ); in operator ()()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp907 vkStream->write((VkSampleCountFlags*)&forMarshaling->framebufferColorSampleCounts, in marshal_VkPhysicalDeviceLimits()
1046 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->framebufferColorSampleCounts, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp810 memcpy((VkSampleCountFlags*)&forUnmarshaling->framebufferColorSampleCounts, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()