Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.cpp669 const vk::VkImportFenceFdInfoKHR importInfo = in importFence() local
679 VK_CHECK(vkd.importFenceFdKHR(device, &importInfo)); in importFence()
685 const vk::VkImportFenceWin32HandleInfoKHR importInfo = in importFence() local
696 VK_CHECK(vkd.importFenceWin32HandleKHR(device, &importInfo)); in importFence()
852 const vk::VkImportSemaphoreFdInfoKHR importInfo = in importSemaphore() local
862 VK_CHECK(vkd.importSemaphoreFdKHR(device, &importInfo)); in importSemaphore()
868 const vk::VkImportSemaphoreWin32HandleInfoKHR importInfo = in importSemaphore() local
879 VK_CHECK(vkd.importSemaphoreWin32HandleKHR(device, &importInfo)); in importSemaphore()
1023 const vk::VkImportMemoryFdInfoKHR importInfo = in importMemory() local
1033 &importInfo, in importMemory()
[all …]
/third_party/flutter/skia/tests/
DVkHardwareBufferTest.cpp930 VkImportSemaphoreFdInfoKHR importInfo; in importAndWaitOnSemaphore() local
931 importInfo.sType = VK_STRUCTURE_TYPE_IMPORT_SEMAPHORE_FD_INFO_KHR; in importAndWaitOnSemaphore()
932 importInfo.pNext = nullptr; in importAndWaitOnSemaphore()
933 importInfo.semaphore = semaphore; in importAndWaitOnSemaphore()
934 importInfo.flags = VK_SEMAPHORE_IMPORT_TEMPORARY_BIT; in importAndWaitOnSemaphore()
935 importInfo.handleType = VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT; in importAndWaitOnSemaphore()
936 importInfo.fd = fdHandle; in importAndWaitOnSemaphore()
938 err = fVkImportSemaphoreFdKHR(fDevice, &importInfo); in importAndWaitOnSemaphore()
/third_party/skia/tests/
DVkHardwareBufferTest.cpp942 VkImportSemaphoreFdInfoKHR importInfo; in importAndWaitOnSemaphore() local
943 importInfo.sType = VK_STRUCTURE_TYPE_IMPORT_SEMAPHORE_FD_INFO_KHR; in importAndWaitOnSemaphore()
944 importInfo.pNext = nullptr; in importAndWaitOnSemaphore()
945 importInfo.semaphore = semaphore; in importAndWaitOnSemaphore()
946 importInfo.flags = VK_SEMAPHORE_IMPORT_TEMPORARY_BIT; in importAndWaitOnSemaphore()
947 importInfo.handleType = VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT; in importAndWaitOnSemaphore()
948 importInfo.fd = fdHandle; in importAndWaitOnSemaphore()
950 err = fVkImportSemaphoreFdKHR(fDevice, &importInfo); in importAndWaitOnSemaphore()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp427 …const VkImportAndroidHardwareBufferInfoANDROID* const importInfo = findStructure<VkImportAndroidH… in findOrCreateHwBuffer() local
433 DE_ASSERT((importInfo && importInfo->buffer.internal) || in findOrCreateHwBuffer()
436 if (importInfo && importInfo->buffer.internal) in findOrCreateHwBuffer()
438 hwbuffer = (AHardwareBuffer*)importInfo->buffer.internal; in findOrCreateHwBuffer()
1273 …const VkImportAndroidHardwareBufferInfoANDROID* const importInfo = findStructure<VkImportAndroidHa… in allocateMemory() local
1276 || (importInfo && importInfo->buffer.internal)) in allocateMemory()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawAhbTests.cpp345 const VkImportAndroidHardwareBufferInfoANDROID importInfo = in iterate() local
355 &importInfo, // const void* pNext in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferMarkerTests.cpp262 const VkImportMemoryHostPointerInfoEXT importInfo = in createMarkerBufferMemory() local
273 (const void*)&importInfo, in createMarkerBufferMemory()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationWin32KeyedMutexTests.cpp280 const vk::VkImportMemoryWin32HandleInfoKHR importInfo = in importMemory() local
305 &importInfo, in importMemory()