Home
last modified time | relevance | path

Searched refs:IBufferAllocator (Results 1 - 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferAndImageAllocationUtil.hpp47 class IBufferAllocator class
62 class BufferSuballocation : public IBufferAllocator
77 class BufferDedicatedAllocation : public IBufferAllocator
H A DvktApiBufferViewCreateTests.cpp54 class IBufferAllocator;
80 class IBufferAllocator class
90 class BufferSuballocation : public IBufferAllocator
100 class BufferDedicatedAllocation : public IBufferAllocator
H A DvktApiMemoryRequirementInvarianceTests.cpp112 de::MovePtr<IBufferAllocator> allocator; in allocate()
116 allocator = de::MovePtr<IBufferAllocator>(new BufferDedicatedAllocation); in allocate()
118 allocator = de::MovePtr<IBufferAllocator>(new BufferSuballocation); in allocate()
H A DvktApiFillBufferTests.cpp70 de::SharedPtr<IBufferAllocator> bufferAllocator;
638 const de::SharedPtr<IBufferAllocator> bufferAllocators[] in createFillAndUpdateBufferTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferAndImageAllocationUtil.hpp47 class IBufferAllocator class
59 class BufferSuballocation : public IBufferAllocator
71 class BufferDedicatedAllocation : public IBufferAllocator
H A DvktApiBufferViewCreateTests.cpp54 class IBufferAllocator;
80 class IBufferAllocator class
90 class BufferSuballocation : public IBufferAllocator
100 class BufferDedicatedAllocation : public IBufferAllocator
H A DvktApiMemoryRequirementInvarianceTests.cpp109 de::MovePtr<IBufferAllocator> allocator; in allocate()
113 allocator = de::MovePtr<IBufferAllocator>(new BufferDedicatedAllocation); in allocate()
115 allocator = de::MovePtr<IBufferAllocator>(new BufferSuballocation); in allocate()
H A DvktApiFillBufferTests.cpp67 de::SharedPtr<IBufferAllocator> bufferAllocator;
454 const de::SharedPtr<IBufferAllocator> in createFillAndUpdateBufferTests()

Completed in 7 milliseconds