Home
last modified time | relevance | path

Searched refs:ImageWithMemory (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/common/detector/
DVulkan.h123 struct ImageWithMemory { struct
128 gfxstream::expected<ImageWithMemory, vkhpp::Result> CreateImage( argument
167 std::optional<ImageWithMemory> colorAttachment;
168 std::optional<ImageWithMemory> depthAttachment;
DVulkan.cpp300 gfxstream::expected<Vk::ImageWithMemory, vkhpp::Result> Vk::CreateImage( in CreateImage()
389 return ImageWithMemory{ in CreateImage()
805 std::optional<Vk::ImageWithMemory> colorAttachment; in CreateFramebuffer()
815 std::optional<Vk::ImageWithMemory> depthAttachment; in CreateFramebuffer()