Home
last modified time | relevance | path

Searched refs:ValidateImportSemaphore (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.h1032 bool ValidateImportSemaphore(VkSemaphore semaphore, const char* caller_name);
Dcore_validation.cpp12395 bool CoreChecks::ValidateImportSemaphore(VkSemaphore semaphore, const char *caller_name) { in ValidateImportSemaphore() function in CoreChecks
12421 …return ValidateImportSemaphore(pImportSemaphoreWin32HandleInfo->semaphore, "vkImportSemaphoreWin32… in PreCallValidateImportSemaphoreWin32HandleKHR()
12433 return ValidateImportSemaphore(pImportSemaphoreFdInfo->semaphore, "vkImportSemaphoreFdKHR"); in PreCallValidateImportSemaphoreFdKHR()