Searched refs:sampledImageDepthSampleCounts (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 902 …sampledImageDepthSampleCounts = printer.write_int("sampledImageDepthSampleCounts", 4, indent, sign…
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 32234 …ImageIntegerSampleCounts( sampledImageIntegerSampleCounts_ ), sampledImageDepthSampleCounts( sampl… 32272 …mpledImageColorSampleCounts, sampledImageIntegerSampleCounts, sampledImageDepthSampleCounts, sampl… in reflect() 32372 && ( sampledImageDepthSampleCounts == rhs.sampledImageDepthSampleCounts ) in operator ==() 32488 VULKAN_HPP_NAMESPACE::SampleCountFlags sampledImageDepthSampleCounts = {}; member
|
D | vulkansc_hash.hpp | 4500 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.sampledImageDepthSampleCounts ); in operator ()()
|
D | vulkan_core.h | 3199 VkSampleCountFlags sampledImageDepthSampleCounts; member
|
D | vulkan_structs.hpp | 65276 …ImageIntegerSampleCounts( sampledImageIntegerSampleCounts_ ), sampledImageDepthSampleCounts( sampl… 65314 …mpledImageColorSampleCounts, sampledImageIntegerSampleCounts, sampledImageDepthSampleCounts, sampl… in reflect() 65414 && ( sampledImageDepthSampleCounts == rhs.sampledImageDepthSampleCounts ) in operator ==() 65530 VULKAN_HPP_NAMESPACE::SampleCountFlags sampledImageDepthSampleCounts = {}; member
|
D | vulkan_hash.hpp | 8507 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.sampledImageDepthSampleCounts ); in operator ()()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 920 vkStream->write((VkSampleCountFlags*)&forMarshaling->sampledImageDepthSampleCounts, in marshal_VkPhysicalDeviceLimits() 1059 vkStream->read((VkSampleCountFlags*)&forUnmarshaling->sampledImageDepthSampleCounts, in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling.cpp | 830 memcpy((VkSampleCountFlags*)&forUnmarshaling->sampledImageDepthSampleCounts, *ptr, in reservedunmarshal_VkPhysicalDeviceLimits()
|