Home
last modified time | relevance | path

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

/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py902sampledImageDepthSampleCounts = printer.write_int("sampledImageDepthSampleCounts", 4, indent, sign…
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp32234 …ImageIntegerSampleCounts( sampledImageIntegerSampleCounts_ ), sampledImageDepthSampleCounts( sampl…
32272 …mpledImageColorSampleCounts, sampledImageIntegerSampleCounts, sampledImageDepthSampleCounts, sampl… in reflect()
32372 && ( sampledImageDepthSampleCounts == rhs.sampledImageDepthSampleCounts ) in operator ==()
32488 VULKAN_HPP_NAMESPACE::SampleCountFlags sampledImageDepthSampleCounts = {}; member
Dvulkansc_hash.hpp4500 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.sampledImageDepthSampleCounts ); in operator ()()
Dvulkan_core.h3199 VkSampleCountFlags sampledImageDepthSampleCounts; member
Dvulkan_structs.hpp65276 …ImageIntegerSampleCounts( sampledImageIntegerSampleCounts_ ), sampledImageDepthSampleCounts( sampl…
65314 …mpledImageColorSampleCounts, sampledImageIntegerSampleCounts, sampledImageDepthSampleCounts, sampl… in reflect()
65414 && ( sampledImageDepthSampleCounts == rhs.sampledImageDepthSampleCounts ) in operator ==()
65530 VULKAN_HPP_NAMESPACE::SampleCountFlags sampledImageDepthSampleCounts = {}; member
Dvulkan_hash.hpp8507 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.sampledImageDepthSampleCounts ); in operator ()()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp920 vkStream->write((VkSampleCountFlags*)&forMarshaling->sampledImageDepthSampleCounts, in marshal_VkPhysicalDeviceLimits()
1059 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->sampledImageDepthSampleCounts, in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp830 memcpy((VkSampleCountFlags*)&forUnmarshaling->sampledImageDepthSampleCounts, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()