Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/postmortem/
DvktPostmortemShaderTimeoutTests.cpp203 const Allocation& storageAllocation = storageBuffer.getAllocation(); in iterate() local
204 invalidateAlloc(vk, device, storageAllocation); in iterate()
206 const deUint32* bufferPtr = static_cast<deUint32*>(storageAllocation.getHostPtr()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
DvktPostmortemShaderTimeoutTests.cpp203 const Allocation& storageAllocation = storageBuffer.getAllocation(); in iterate() local
204 invalidateAlloc(vk, device, storageAllocation); in iterate()
206 const deUint32* bufferPtr = static_cast<deUint32*>(storageAllocation.getHostPtr()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageMismatchedFormatsTests.cpp406 de::MovePtr<vk::Allocation> storageAllocation; in iterate() local
421storageAllocation = allocator.allocate(getImageMemoryRequirements(vk, device, *storageImage), Memo… in iterate()
422 …VK_CHECK(vk.bindImageMemory(device, *storageImage, storageAllocation->getMemory(), storageAllocati… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMismatchedFormatsTests.cpp406 de::MovePtr<vk::Allocation> storageAllocation; in iterate() local
421storageAllocation = allocator.allocate(getImageMemoryRequirements(vk, device, *storageImage), Memo… in iterate()
422 …VK_CHECK(vk.bindImageMemory(device, *storageImage, storageAllocation->getMemory(), storageAllocati… in iterate()