/third_party/musl/libc-test/src/functional/ |
D | dlopen_ns.c | 219 void* handleB = dlopen_ns(&transitivity_B, dllName, RTLD_LAZY); in dlopen_inherit_check_can_pass() local 220 if(!handleB) in dlopen_inherit_check_can_pass() 229 if(dlclose(handleB)) in dlopen_inherit_check_can_pass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiExternalMemoryTests.cpp | 1136 NativeHandle handleB (handleA); in testSemaphoreImportTwice() local 1139 …emaphore> semaphoreB (createAndImportSemaphore(vkd, *device, config.externalType, handleB, flags)); in testSemaphoreImportTwice() 1188 NativeHandle handleB (handleA); in testSemaphoreImportReimport() local 1192 importSemaphore(vkd, *device, *semaphoreB, config.externalType, handleB, flags); in testSemaphoreImportReimport() 1513 NativeHandle handleB (handleA); in testSemaphoreMultipleImports() local 1514 …emaphore> semaphoreB (createAndImportSemaphore(vkd, *device, config.externalType, handleB, flags)); in testSemaphoreMultipleImports() 2137 NativeHandle handleB (handleA); in testFenceImportTwice() local 2140 …ique<vk::VkFence> fenceB (createAndImportFence(vkd, *device, config.externalType, handleB, flags)); in testFenceImportTwice() 2189 NativeHandle handleB (handleA); in testFenceImportReimport() local 2193 importFence(vkd, *device, *fenceB, config.externalType, handleB, flags); in testFenceImportReimport() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiExternalMemoryTests.cpp | 1136 NativeHandle handleB (handleA); in testSemaphoreImportTwice() local 1139 …emaphore> semaphoreB (createAndImportSemaphore(vkd, *device, config.externalType, handleB, flags)); in testSemaphoreImportTwice() 1188 NativeHandle handleB (handleA); in testSemaphoreImportReimport() local 1192 importSemaphore(vkd, *device, *semaphoreB, config.externalType, handleB, flags); in testSemaphoreImportReimport() 1513 NativeHandle handleB (handleA); in testSemaphoreMultipleImports() local 1514 …emaphore> semaphoreB (createAndImportSemaphore(vkd, *device, config.externalType, handleB, flags)); in testSemaphoreMultipleImports() 2137 NativeHandle handleB (handleA); in testFenceImportTwice() local 2140 …ique<vk::VkFence> fenceB (createAndImportFence(vkd, *device, config.externalType, handleB, flags)); in testFenceImportTwice() 2189 NativeHandle handleB (handleA); in testFenceImportReimport() local 2193 importFence(vkd, *device, *fenceB, config.externalType, handleB, flags); in testFenceImportReimport() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryDeviceMemoryReportTests.cpp | 2131 NativeHandle handleB (handleA); in testImportAndUnimportExternalMemory() local 2138 …dicatedMemory(vkd, *device, *bufferB, requirements, externalMemoryType, memoryTypeIndex, handleB)); in testImportAndUnimportExternalMemory()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
D | vktMemoryDeviceMemoryReportTests.cpp | 2131 NativeHandle handleB (handleA); in testImportAndUnimportExternalMemory() local 2138 …dicatedMemory(vkd, *device, *bufferB, requirements, externalMemoryType, memoryTypeIndex, handleB)); in testImportAndUnimportExternalMemory()
|