Searched refs:handleB (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiExternalMemoryTests.cpp | 895 NativeHandle handleB (handleA); in testSemaphoreImportTwice() local 898 …emaphore> semaphoreB (createAndImportSemaphore(vkd, *device, config.externalType, handleB, flags)); in testSemaphoreImportTwice() 942 NativeHandle handleB (handleA); in testSemaphoreImportReimport() local 946 importSemaphore(vkd, *device, *semaphoreB, config.externalType, handleB, flags); in testSemaphoreImportReimport() 1258 NativeHandle handleB (handleA); in testSemaphoreMultipleImports() local 1259 …emaphore> semaphoreB (createAndImportSemaphore(vkd, *device, config.externalType, handleB, flags)); in testSemaphoreMultipleImports() 1859 NativeHandle handleB (handleA); in testFenceImportTwice() local 1862 …ique<vk::VkFence> fenceB (createAndImportFence(vkd, *device, config.externalType, handleB, flags)); in testFenceImportTwice() 1906 NativeHandle handleB (handleA); in testFenceImportReimport() local 1910 importFence(vkd, *device, *fenceB, config.externalType, handleB, flags); in testFenceImportReimport() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryDeviceMemoryReportTests.cpp | 2109 NativeHandle handleB (handleA); in testImportAndUnimportExternalMemory() local 2116 …dicatedMemory(vkd, *device, *bufferB, requirements, externalMemoryType, memoryTypeIndex, handleB)); in testImportAndUnimportExternalMemory()
|