Home
last modified time | relevance | path

Searched refs:IImageAllocator (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferAndImageAllocationUtil.hpp92 class IImageAllocator class
105 class ImageSuballocation : public IImageAllocator
118 class ImageDedicatedAllocation : public IImageAllocator
H A DvktApiMemoryRequirementInvarianceTests.cpp200 de::MovePtr<IImageAllocator> allocator; in allocate()
204 allocator = de::MovePtr<IImageAllocator>(new ImageDedicatedAllocation); in allocate()
206 allocator = de::MovePtr<IImageAllocator>(new ImageSuballocation); in allocate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferAndImageAllocationUtil.hpp83 class IImageAllocator class
96 class ImageSuballocation : public IImageAllocator
109 class ImageDedicatedAllocation : public IImageAllocator
H A DvktApiMemoryRequirementInvarianceTests.cpp194 de::MovePtr<IImageAllocator> allocator; in allocate()
198 allocator = de::MovePtr<IImageAllocator>(new ImageDedicatedAllocation); in allocate()
200 allocator = de::MovePtr<IImageAllocator>(new ImageSuballocation); in allocate()

Completed in 4 milliseconds