Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp2867 …const vk::Unique<vk::VkDeviceMemory> memoryA (importMemory(vkd, *device, requirements, config.exte… in testMemoryWin32Create() local
2874 checkHostMemory(vkd, *device, *memoryA, testData.size(), &testData[0]); in testMemoryWin32Create()
2877 writeHostMemory(vkd, *device, *memoryA, testDataA.size(), &testDataA[0]); in testMemoryWin32Create()
2880 checkHostMemory(vkd, *device, *memoryA, testData.size(), &testDataB[0]); in testMemoryWin32Create()
2925 const vk::Unique<vk::VkDeviceMemory> memoryA (config.dedicated in testMemoryImportTwice() local
2937 checkHostMemory(vkd, *device, *memoryA, testData.size(), &testData[0]); in testMemoryImportTwice()
2940 writeHostMemory(vkd, *device, *memoryA, testData.size(), &testDataA[0]); in testMemoryImportTwice()
2943 checkHostMemory(vkd, *device, *memoryA, testData.size(), &testDataB[0]); in testMemoryImportTwice()
3388 …const vk::Unique<vk::VkDeviceMemory> memoryA (allocateExportableMemory(vkd, *device, requireme… in testBufferBindExportImportBind() local
3391 VK_CHECK(vkd.bindBufferMemory(*device, *bufferA, *memoryA, 0u)); in testBufferBindExportImportBind()
[all …]