Searched refs:ImageUsageFlagBits (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkSnapshotImageTests.cpp | 52 .usage = vkhpp::ImageUsageFlagBits::eSampled | vkhpp::ImageUsageFlagBits::eTransferDst | in TEST_P() 53 vkhpp::ImageUsageFlagBits::eTransferSrc, in TEST_P() 134 .usage = vkhpp::ImageUsageFlagBits::eSampled | vkhpp::ImageUsageFlagBits::eTransferDst | in TEST_P() 135 vkhpp::ImageUsageFlagBits::eTransferSrc, in TEST_P() 180 .usage = vkhpp::ImageUsageFlagBits::eSampled | vkhpp::ImageUsageFlagBits::eTransferDst | in TEST_P() 181 vkhpp::ImageUsageFlagBits::eTransferSrc, in TEST_P() 255 .usage = vkhpp::ImageUsageFlagBits::eColorAttachment | in TEST_P() 256 vkhpp::ImageUsageFlagBits::eTransferDst | vkhpp::ImageUsageFlagBits::eTransferSrc, in TEST_P() 300 .usage = vkhpp::ImageUsageFlagBits::eSampled | vkhpp::ImageUsageFlagBits::eTransferDst | in TEST_P() 301 vkhpp::ImageUsageFlagBits::eTransferSrc, in TEST_P() [all …]
|
D | GfxstreamEnd2EndVkTests.cpp | 79 .usage = vkhpp::ImageUsageFlagBits::eSampled | vkhpp::ImageUsageFlagBits::eTransferDst | in DoAcquireImageAndroidWithSync() 80 vkhpp::ImageUsageFlagBits::eTransferSrc, in DoAcquireImageAndroidWithSync() 158 .usage = vkhpp::ImageUsageFlagBits::eSampled | in TEST_P() 159 vkhpp::ImageUsageFlagBits::eTransferDst | in TEST_P() 160 vkhpp::ImageUsageFlagBits::eTransferSrc, in TEST_P() 277 .usage = vkhpp::ImageUsageFlagBits::eSampled | in TEST_P() 278 vkhpp::ImageUsageFlagBits::eTransferDst | in TEST_P() 279 vkhpp::ImageUsageFlagBits::eTransferSrc, in TEST_P() 464 .usage = vkhpp::ImageUsageFlagBits::eSampled, in TEST_P()
|
D | GfxstreamEnd2EndVkSnapshotPipelineTests.cpp | 300 .usage = vkhpp::ImageUsageFlagBits::eColorAttachment | vkhpp::ImageUsageFlagBits::eSampled | in createColorAttachment() 301 vkhpp::ImageUsageFlagBits::eTransferDst | vkhpp::ImageUsageFlagBits::eTransferSrc, in createColorAttachment()
|
/hardware/google/gfxstream/common/detector/ |
D | GraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp | 68 vkhpp::ImageUsageFlagBits::eSampled | in CanHandlePrecisionQualifierWithYuvSampler() 69 vkhpp::ImageUsageFlagBits::eTransferDst | in CanHandlePrecisionQualifierWithYuvSampler() 70 vkhpp::ImageUsageFlagBits::eTransferSrc, in CanHandlePrecisionQualifierWithYuvSampler()
|
D | Vulkan.cpp | 809 vkhpp::ImageUsageFlagBits::eColorAttachment | in CreateFramebuffer() 810 vkhpp::ImageUsageFlagBits::eTransferSrc, in CreateFramebuffer() 819 vkhpp::ImageUsageFlagBits::eDepthStencilAttachment | in CreateFramebuffer() 820 vkhpp::ImageUsageFlagBits::eTransferSrc, in CreateFramebuffer()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_to_string.hpp | 107 if ( value & ImageUsageFlagBits::eTransferSrc ) result += "TransferSrc | "; in to_string() 108 if ( value & ImageUsageFlagBits::eTransferDst ) result += "TransferDst | "; in to_string() 109 if ( value & ImageUsageFlagBits::eSampled ) result += "Sampled | "; in to_string() 110 if ( value & ImageUsageFlagBits::eStorage ) result += "Storage | "; in to_string() 111 if ( value & ImageUsageFlagBits::eColorAttachment ) result += "ColorAttachment | "; in to_string() 112 … if ( value & ImageUsageFlagBits::eDepthStencilAttachment ) result += "DepthStencilAttachment | "; in to_string() 113 if ( value & ImageUsageFlagBits::eTransientAttachment ) result += "TransientAttachment | "; in to_string() 114 if ( value & ImageUsageFlagBits::eInputAttachment ) result += "InputAttachment | "; in to_string() 115 if ( value & ImageUsageFlagBits::eVideoDecodeDstKHR ) result += "VideoDecodeDstKHR | "; in to_string() 116 if ( value & ImageUsageFlagBits::eVideoDecodeSrcKHR ) result += "VideoDecodeSrcKHR | "; in to_string() [all …]
|
D | vulkansc_to_string.hpp | 93 if ( value & ImageUsageFlagBits::eTransferSrc ) result += "TransferSrc | "; in to_string() 94 if ( value & ImageUsageFlagBits::eTransferDst ) result += "TransferDst | "; in to_string() 95 if ( value & ImageUsageFlagBits::eSampled ) result += "Sampled | "; in to_string() 96 if ( value & ImageUsageFlagBits::eStorage ) result += "Storage | "; in to_string() 97 if ( value & ImageUsageFlagBits::eColorAttachment ) result += "ColorAttachment | "; in to_string() 98 … if ( value & ImageUsageFlagBits::eDepthStencilAttachment ) result += "DepthStencilAttachment | "; in to_string() 99 if ( value & ImageUsageFlagBits::eTransientAttachment ) result += "TransientAttachment | "; in to_string() 100 if ( value & ImageUsageFlagBits::eInputAttachment ) result += "InputAttachment | "; in to_string() 101 …if ( value & ImageUsageFlagBits::eFragmentShadingRateAttachmentKHR ) result += "FragmentShadingRat… in to_string() 2086 VULKAN_HPP_INLINE std::string to_string( ImageUsageFlagBits value ) in to_string() [all …]
|
D | vulkan_enums.hpp | 1930 enum class ImageUsageFlagBits : VkImageUsageFlags enum 1958 using ImageUsageFlags = Flags<ImageUsageFlagBits>; 1961 template <> struct FlagTraits<ImageUsageFlagBits> 1965 ImageUsageFlagBits::eTransferSrc 1966 | ImageUsageFlagBits::eTransferDst 1967 | ImageUsageFlagBits::eSampled 1968 | ImageUsageFlagBits::eStorage 1969 | ImageUsageFlagBits::eColorAttachment 1970 | ImageUsageFlagBits::eDepthStencilAttachment 1971 | ImageUsageFlagBits::eTransientAttachment [all …]
|
D | vulkansc_enums.hpp | 1106 enum class ImageUsageFlagBits : VkImageUsageFlags enum 1119 using ImageUsageFlags = Flags<ImageUsageFlagBits>; 1122 template <> struct FlagTraits<ImageUsageFlagBits> 1126 ImageUsageFlagBits::eTransferSrc 1127 | ImageUsageFlagBits::eTransferDst 1128 | ImageUsageFlagBits::eSampled 1129 | ImageUsageFlagBits::eStorage 1130 | ImageUsageFlagBits::eColorAttachment 1131 | ImageUsageFlagBits::eDepthStencilAttachment 1132 | ImageUsageFlagBits::eTransientAttachment [all …]
|