Searched refs:memoryB (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiExternalMemoryTests.cpp | 2928 const vk::Unique<vk::VkDeviceMemory> memoryB (config.dedicated in testMemoryImportTwice() local 2938 checkHostMemory(vkd, *device, *memoryB, testData.size(), &testData[0]); in testMemoryImportTwice() 2941 writeHostMemory(vkd, *device, *memoryB, testData.size(), &testDataB[0]); in testMemoryImportTwice() 2979 const vk::Unique<vk::VkDeviceMemory> memoryB (config.dedicated in testMemoryMultimpleImports() local 3397 const vk::Unique<vk::VkDeviceMemory> memoryB (config.dedicated in testBufferBindExportImportBind() local 3401 VK_CHECK(vkd.bindBufferMemory(*device, *bufferB, *memoryB, 0u)); in testBufferBindExportImportBind() 3434 const vk::Unique<vk::VkDeviceMemory> memoryB (config.dedicated in testBufferExportBindImportBind() local 3438 VK_CHECK(vkd.bindBufferMemory(*device, *bufferB, *memoryB, 0u)); in testBufferExportBindImportBind() 3470 const vk::Unique<vk::VkDeviceMemory> memoryB (config.dedicated in testBufferExportImportBindBind() local 3475 VK_CHECK(vkd.bindBufferMemory(*device, *bufferB, *memoryB, 0u)); in testBufferExportImportBindBind() [all …]
|