Home
last modified time | relevance | path

Searched refs:vkGetSemaphoreZirconHandleFUCHSIA (Results 1 – 13 of 13) sorted by relevance

/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_fuchsia.h111 VKAPI_ATTR VkResult VKAPI_CALL vkGetSemaphoreZirconHandleFUCHSIA(
Dvulkan.hpp5353 … VkResult vkGetSemaphoreZirconHandleFUCHSIA( VkDevice device, in vkGetSemaphoreZirconHandleFUCHSIA() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
5357 return ::vkGetSemaphoreZirconHandleFUCHSIA( device, pGetZirconHandleInfo, pZirconHandle ); in vkGetSemaphoreZirconHandleFUCHSIA()
10749 PFN_vkGetSemaphoreZirconHandleFUCHSIA vkGetSemaphoreZirconHandleFUCHSIA = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
11833 vkGetSemaphoreZirconHandleFUCHSIA = in init()
12564 vkGetSemaphoreZirconHandleFUCHSIA = in init()
Dvulkan_raii.hpp1132 vkGetSemaphoreZirconHandleFUCHSIA = in init()
1618 PFN_vkGetSemaphoreZirconHandleFUCHSIA vkGetSemaphoreZirconHandleFUCHSIA = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
15963 getDispatcher()->vkGetSemaphoreZirconHandleFUCHSIA && in getSemaphoreZirconHandleFUCHSIA()
15968 … static_cast<VULKAN_HPP_NAMESPACE::Result>( getDispatcher()->vkGetSemaphoreZirconHandleFUCHSIA( in getSemaphoreZirconHandleFUCHSIA()
Dvulkan_funcs.hpp17943 return static_cast<Result>( d.vkGetSemaphoreZirconHandleFUCHSIA( in getSemaphoreZirconHandleFUCHSIA()
17956 Result result = static_cast<Result>( d.vkGetSemaphoreZirconHandleFUCHSIA( in getSemaphoreZirconHandleFUCHSIA()
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_fuchsia.h111 VKAPI_ATTR VkResult VKAPI_CALL vkGetSemaphoreZirconHandleFUCHSIA(
/external/angle/src/tests/test_utils/
DVulkanExternalHelper.h135 PFN_vkGetSemaphoreZirconHandleFUCHSIA vkGetSemaphoreZirconHandleFUCHSIA = nullptr; variable
DVulkanExternalHelper.cpp369 vkGetSemaphoreZirconHandleFUCHSIA = reinterpret_cast<PFN_vkGetSemaphoreZirconHandleFUCHSIA>( in initialize()
371 ASSERT(!mHasExternalSemaphoreFuchsia || vkGetSemaphoreZirconHandleFUCHSIA); in initialize()
713 return vkGetSemaphoreZirconHandleFUCHSIA(mDevice, &semaphoreGetZirconHandleInfo, event); in exportSemaphoreZirconEvent()
/external/swiftshader/include/vulkan/
Dvulkan_fuchsia_extras.h222 VKAPI_ATTR VkResult VKAPI_CALL vkGetSemaphoreZirconHandleFUCHSIA(
/external/swiftshader/src/Vulkan/
DVkGetProcAddress.cpp459 MAKE_VULKAN_DEVICE_ENTRY(vkGetSemaphoreZirconHandleFUCHSIA),
DlibVulkan.cpp1531 VKAPI_ATTR VkResult VKAPI_CALL vkGetSemaphoreZirconHandleFUCHSIA( in vkGetSemaphoreZirconHandleFUCHSIA() function
/external/deqp/external/vulkancts/framework/vulkan/
DvkInitDeviceFunctionPointers.inl400 … = (GetSemaphoreZirconHandleFUCHSIAFunc) GET_PROC_ADDR("vkGetSemaphoreZirconHandleFUCHSIA");
DvkExtensionFunctions.inl2123 functions.push_back("vkGetSemaphoreZirconHandleFUCHSIA");
DvkNullDriverImpl.inl3589 VK_NULL_FUNC_ENTRY(vkGetSemaphoreZirconHandleFUCHSIA, getSemaphoreZirconHandleFUCHSIA),