Searched refs:handleA (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiExternalMemoryTests.cpp | 797 NativeHandle handleA; in testSemaphoreWin32Create() local 798 getSemaphoreNative(vkd, *device, *semaphore, config.externalType, handleA); in testSemaphoreWin32Create() 802 …phore> semaphoreA (createAndImportSemaphore(vkd, *device, config.externalType, handleA, flags)); in testSemaphoreWin32Create() 843 NativeHandle handleA; in testSemaphoreImportTwice() local 846 …etSemaphoreNative(vkd, *device, queue, queueFamilyIndex, *semaphore, config.externalType, handleA); in testSemaphoreImportTwice() 848 getSemaphoreNative(vkd, *device, *semaphore, config.externalType, handleA); in testSemaphoreImportTwice() 851 NativeHandle handleB (handleA); in testSemaphoreImportTwice() 853 …emaphore> semaphoreA (createAndImportSemaphore(vkd, *device, config.externalType, handleA, flags)); in testSemaphoreImportTwice() 891 NativeHandle handleA; in testSemaphoreImportReimport() local 894 …tSemaphoreNative(vkd, *device, queue, queueFamilyIndex, *semaphoreA, config.externalType, handleA); in testSemaphoreImportReimport() [all …]
|