Home
last modified time | relevance | path

Searched defs:ImageWithMemory (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/common/detector/
DVulkan.h123 struct ImageWithMemory { struct
128 gfxstream::expected<ImageWithMemory, vkhpp::Result> CreateImage( argument
/aosp_15_r20/device/google/cuttlefish/tests/graphics/vulkan/
Dsample_base.h176 struct ImageWithMemory { struct
181 Result<ImageWithMemory> CreateImage( argument
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageWithMemory.hpp37 class ImageWithMemory class
40ImageWithMemory(const vk::DeviceInterface &vk, const vk::VkDevice device, vk::Allocator &allocator, in ImageWithMemory() function in vk::ImageWithMemory
/aosp_15_r20/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkTests.cpp250 struct ImageWithMemory { struct in gfxstream::tests::__anoncd81821b0111::GfxstreamEnd2EndVkTest
251 std::optional<vkhpp::UniqueSamplerYcbcrConversion> imageSamplerConversion;
252 vkhpp::UniqueSampler imageSampler;
253 vkhpp::UniqueDeviceMemory imageMemory;
254 vkhpp::UniqueImage image;
255 vkhpp::UniqueImageView imageView;
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktGlobalPriorityQueueUtils.hpp130 class ImageWithMemory : public image::Image class
H A DvktGlobalPriorityQueueUtils.cpp339 ImageWithMemory::ImageWithMemory(const InstanceInterface &vki, const DeviceInterface &vkd, const Vk… in ImageWithMemory() function in vkt::synchronization::ImageWithMemory