Searched refs:storageAllocation (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/postmortem/ |
D | vktPostmortemShaderTimeoutTests.cpp | 203 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/ |
D | vktPostmortemShaderTimeoutTests.cpp | 203 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/ |
D | vktImageMismatchedFormatsTests.cpp | 406 de::MovePtr<vk::Allocation> storageAllocation; in iterate() local 421 …storageAllocation = 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/ |
D | vktImageMismatchedFormatsTests.cpp | 406 de::MovePtr<vk::Allocation> storageAllocation; in iterate() local 421 …storageAllocation = allocator.allocate(getImageMemoryRequirements(vk, device, *storageImage), Memo… in iterate() 422 …VK_CHECK(vk.bindImageMemory(device, *storageImage, storageAllocation->getMemory(), storageAllocati… in iterate()
|