Searched refs:ImageAspectFlagBits (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndTestUtils.cpp | 109 .aspectMask = vkhpp::ImageAspectFlagBits::eColor, in readImageData() 122 .aspectMask = vkhpp::ImageAspectFlagBits::eColor, in readImageData() 143 .aspectMask = vkhpp::ImageAspectFlagBits::eColor, in readImageData()
|
D | GfxstreamEnd2EndVkSnapshotImageTests.cpp | 224 .aspectMask = vkhpp::ImageAspectFlagBits::eColor, in TEST_P() 336 .aspectMask = vkhpp::ImageAspectFlagBits::eColor, in TEST_P() 474 .aspectMask = vkhpp::ImageAspectFlagBits::eColor, in TEST_P() 487 .aspectMask = vkhpp::ImageAspectFlagBits::eColor, in TEST_P()
|
D | GfxstreamEnd2EndVkSnapshotPipelineTests.cpp | 328 .aspectMask = vkhpp::ImageAspectFlagBits::eColor, in createColorAttachment() 504 .aspectMask = vkhpp::ImageAspectFlagBits::eColor, in TEST_P() 540 .aspectMask = vkhpp::ImageAspectFlagBits::eColor, in TEST_P() 643 .aspectMask = vkhpp::ImageAspectFlagBits::eColor, in TEST_P() 658 .aspectMask = vkhpp::ImageAspectFlagBits::eColor, in TEST_P() 823 .aspectMask = vkhpp::ImageAspectFlagBits::eColor, in TEST_P() 864 .aspectMask = vkhpp::ImageAspectFlagBits::eColor, in TEST_P() 1040 .aspectMask = vkhpp::ImageAspectFlagBits::eColor, in TEST_P() 1060 .aspectMask = vkhpp::ImageAspectFlagBits::eColor, in TEST_P() 1216 .aspectMask = vkhpp::ImageAspectFlagBits::eColor, in TEST_P()
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 350 .aspectMask = vkhpp::ImageAspectFlagBits::eColor, in CreateImage() 370 .aspectMask = vkhpp::ImageAspectFlagBits::eColor, in CreateImage() 416 .aspectMask = vkhpp::ImageAspectFlagBits::eColor, in DownloadImage() 440 .aspectMask = vkhpp::ImageAspectFlagBits::eColor, in DownloadImage() 475 .aspectMask = vkhpp::ImageAspectFlagBits::eColor, in DownloadImage() 599 .aspectMask = vkhpp::ImageAspectFlagBits::eColor, in CreateYuvImage() 619 .aspectMask = vkhpp::ImageAspectFlagBits::eColor, in CreateYuvImage() 679 .aspectMask = vkhpp::ImageAspectFlagBits::eColor, in LoadYuvImage() 703 .aspectMask = vkhpp::ImageAspectFlagBits::ePlane0, in LoadYuvImage() 724 .aspectMask = vkhpp::ImageAspectFlagBits::ePlane1, in LoadYuvImage() [all …]
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_to_string.hpp | 226 if ( value & ImageAspectFlagBits::eColor ) result += "Color | "; in to_string() 227 if ( value & ImageAspectFlagBits::eDepth ) result += "Depth | "; in to_string() 228 if ( value & ImageAspectFlagBits::eStencil ) result += "Stencil | "; in to_string() 229 if ( value & ImageAspectFlagBits::eMetadata ) result += "Metadata | "; in to_string() 230 if ( value & ImageAspectFlagBits::ePlane0 ) result += "Plane0 | "; in to_string() 231 if ( value & ImageAspectFlagBits::ePlane1 ) result += "Plane1 | "; in to_string() 232 if ( value & ImageAspectFlagBits::ePlane2 ) result += "Plane2 | "; in to_string() 233 if ( value & ImageAspectFlagBits::eMemoryPlane0EXT ) result += "MemoryPlane0EXT | "; in to_string() 234 if ( value & ImageAspectFlagBits::eMemoryPlane1EXT ) result += "MemoryPlane1EXT | "; in to_string() 235 if ( value & ImageAspectFlagBits::eMemoryPlane2EXT ) result += "MemoryPlane2EXT | "; in to_string() [all …]
|
D | vulkansc_enums.hpp | 1355 enum class ImageAspectFlagBits : VkImageAspectFlags enum 1371 using ImageAspectFlags = Flags<ImageAspectFlagBits>; 1374 template <> struct FlagTraits<ImageAspectFlagBits> 1378 ImageAspectFlagBits::eColor 1379 | ImageAspectFlagBits::eDepth 1380 | ImageAspectFlagBits::eStencil 1381 | ImageAspectFlagBits::eMetadata 1382 | ImageAspectFlagBits::ePlane0 1383 | ImageAspectFlagBits::ePlane1 1384 | ImageAspectFlagBits::ePlane2 [all …]
|
D | vulkan_to_string.hpp | 276 if ( value & ImageAspectFlagBits::eColor ) result += "Color | "; in to_string() 277 if ( value & ImageAspectFlagBits::eDepth ) result += "Depth | "; in to_string() 278 if ( value & ImageAspectFlagBits::eStencil ) result += "Stencil | "; in to_string() 279 if ( value & ImageAspectFlagBits::eMetadata ) result += "Metadata | "; in to_string() 280 if ( value & ImageAspectFlagBits::ePlane0 ) result += "Plane0 | "; in to_string() 281 if ( value & ImageAspectFlagBits::ePlane1 ) result += "Plane1 | "; in to_string() 282 if ( value & ImageAspectFlagBits::ePlane2 ) result += "Plane2 | "; in to_string() 283 if ( value & ImageAspectFlagBits::eMemoryPlane0EXT ) result += "MemoryPlane0EXT | "; in to_string() 284 if ( value & ImageAspectFlagBits::eMemoryPlane1EXT ) result += "MemoryPlane1EXT | "; in to_string() 285 if ( value & ImageAspectFlagBits::eMemoryPlane2EXT ) result += "MemoryPlane2EXT | "; in to_string() [all …]
|
D | vulkan_enums.hpp | 2249 enum class ImageAspectFlagBits : VkImageAspectFlags enum 2269 using ImageAspectFlags = Flags<ImageAspectFlagBits>; 2272 template <> struct FlagTraits<ImageAspectFlagBits> 2276 ImageAspectFlagBits::eColor 2277 | ImageAspectFlagBits::eDepth 2278 | ImageAspectFlagBits::eStencil 2279 | ImageAspectFlagBits::eMetadata 2280 | ImageAspectFlagBits::ePlane0 2281 | ImageAspectFlagBits::ePlane1 2282 | ImageAspectFlagBits::ePlane2 [all …]
|