Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
DvktPostmortemShaderTimeoutTests.cpp242 const Allocation& storageAllocation = storageBuffer.getAllocation(); in iterate() local
243 invalidateAlloc(vk, device, storageAllocation); in iterate()
245 const deUint32* bufferPtr = static_cast<deUint32*>(storageAllocation.getHostPtr()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMismatchedFormatsTests.cpp402 de::MovePtr<vk::Allocation> storageAllocation; in iterate() local
416storageAllocation = allocator.allocate(getImageMemoryRequirements(vk, device, *storageImage), Memo… in iterate()
417 …VK_CHECK(vk.bindImageMemory(device, *storageImage, storageAllocation->getMemory(), storageAllocati… in iterate()