Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferMarkerTests.cpp221 class ExternalHostAllocation : public Allocation class
224ExternalHostAllocation(Move<VkDeviceMemory> mem, void* hostPtr) : Allocation(*mem, (VkDeviceSize)0… in ExternalHostAllocation() function in vkt::api::__anon666c4de70111::ExternalHostAllocation
278 …deviceMemory = MovePtr<Allocation>(new ExternalHostAllocation(allocateMemory(vkd, device, &info), … in createMarkerBufferMemory()