Home
last modified time | relevance | path

Searched refs:vkGetPhysicalDeviceExternalSemaphorePropertiesKHR (Results 1 – 25 of 31) sorted by relevance

12

/external/angle/src/common/vulkan/
Dvk_headers.h101 vkGetPhysicalDeviceExternalSemaphorePropertiesKHR;
/external/angle/src/tests/test_utils/
DVulkanExternalHelper.cpp363 vkGetPhysicalDeviceExternalSemaphorePropertiesKHR = in initialize()
598 if (!mHasExternalSemaphoreFd || !vkGetPhysicalDeviceExternalSemaphorePropertiesKHR) in canCreateSemaphoreOpaqueFd()
612 vkGetPhysicalDeviceExternalSemaphorePropertiesKHR(mPhysicalDevice, &externalSemaphoreInfo, in canCreateSemaphoreOpaqueFd()
658 if (!mHasExternalSemaphoreFuchsia || !vkGetPhysicalDeviceExternalSemaphorePropertiesKHR) in canCreateSemaphoreZirconEvent()
672 vkGetPhysicalDeviceExternalSemaphorePropertiesKHR(mPhysicalDevice, &externalSemaphoreInfo, in canCreateSemaphoreZirconEvent()
DVulkanExternalHelper.h133 vkGetPhysicalDeviceExternalSemaphorePropertiesKHR = nullptr; variable
/external/deqp/external/vulkancts/framework/vulkan/
DvkInitInstanceFunctionPointers.inl48 …ExternalSemaphorePropertiesFunc) GET_PROC_ADDR("vkGetPhysicalDeviceExternalSemaphoreProperties…
70 …ernalSemaphorePropertiesKHRFunc) GET_PROC_ADDR("vkGetPhysicalDeviceExternalSemaphoreProperties…
DvkExtensionFunctions.inl88 functions.push_back("vkGetPhysicalDeviceExternalSemaphorePropertiesKHR");
DvkNullDriverImpl.inl3169 …VK_NULL_FUNC_ENTRY(vkGetPhysicalDeviceExternalSemaphorePropertiesKHR, getPhysicalDeviceExterna…
/external/swiftshader/src/Vulkan/
Dvk_swiftshader.lds191 vkGetPhysicalDeviceExternalSemaphorePropertiesKHR;
Dvk_swiftshader.def191 vkGetPhysicalDeviceExternalSemaphorePropertiesKHR
DVkPromotedExtensions.cpp112 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalSemaphorePropertiesKHR(VkPhysicalDevice physi… in vkGetPhysicalDeviceExternalSemaphorePropertiesKHR() function
DVkGetProcAddress.cpp77 MAKE_VULKAN_INSTANCE_ENTRY(vkGetPhysicalDeviceExternalSemaphorePropertiesKHR),
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp882 vkGetPhysicalDeviceExternalSemaphorePropertiesKHR = nullptr; variable
1027 GET_INSTANCE_FUNC(vkGetPhysicalDeviceExternalSemaphorePropertiesKHR); in InitExternalSemaphoreCapabilitiesFunctions()
DRendererVk.cpp1414 vkGetPhysicalDeviceExternalSemaphorePropertiesKHR(mPhysicalDevice, &externalSemaphoreInfo, in queryDeviceExtensionFeatures()
/external/angle/src/third_party/volk/
Dvolk.h893 …N_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR vkGetPhysicalDeviceExternalSemaphoreProperties…
Dvolk.c247vkGetPhysicalDeviceExternalSemaphorePropertiesKHR = (PFN_vkGetPhysicalDeviceExternalSemaphorePrope… in volkGenLoadInstance()
1508 …N_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR vkGetPhysicalDeviceExternalSemaphoreProperties… variable
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan.hpp3511 void vkGetPhysicalDeviceExternalSemaphorePropertiesKHR( in vkGetPhysicalDeviceExternalSemaphorePropertiesKHR() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
3516 return ::vkGetPhysicalDeviceExternalSemaphorePropertiesKHR( in vkGetPhysicalDeviceExternalSemaphorePropertiesKHR()
10644 …_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR vkGetPhysicalDeviceExternalSemaphoreProperties… member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
11062vkGetPhysicalDeviceExternalSemaphorePropertiesKHR = PFN_vkGetPhysicalDeviceExternalSemaphoreProper… in init()
11065 …vkGetPhysicalDeviceExternalSemaphoreProperties = vkGetPhysicalDeviceExternalSemaphorePropertiesKHR; in init()
Dvulkan_raii.hpp205vkGetPhysicalDeviceExternalSemaphorePropertiesKHR = PFN_vkGetPhysicalDeviceExternalSemaphoreProper… in init()
208 …vkGetPhysicalDeviceExternalSemaphoreProperties = vkGetPhysicalDeviceExternalSemaphorePropertiesKHR; in init()
426 …_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR vkGetPhysicalDeviceExternalSemaphoreProperties… member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::InstanceDispatcher
12362 getDispatcher()->vkGetPhysicalDeviceExternalSemaphorePropertiesKHR && in getExternalSemaphorePropertiesKHR()
12366 getDispatcher()->vkGetPhysicalDeviceExternalSemaphorePropertiesKHR( in getExternalSemaphorePropertiesKHR()
Dvulkan_funcs.hpp10313 d.vkGetPhysicalDeviceExternalSemaphorePropertiesKHR( in getExternalSemaphorePropertiesKHR()
10326 d.vkGetPhysicalDeviceExternalSemaphorePropertiesKHR( in getExternalSemaphorePropertiesKHR()
/external/vulkan-validation-layers/tests/
Dvklayertests_others.cpp857 auto vkGetPhysicalDeviceExternalSemaphorePropertiesKHR = in TEST_F() local
860 vkGetPhysicalDeviceExternalSemaphorePropertiesKHR(gpu(), &esi, &esp); in TEST_F()
Dvkpositivelayertests.cpp5918 auto vkGetPhysicalDeviceExternalSemaphorePropertiesKHR = in TEST_F() local
5921 vkGetPhysicalDeviceExternalSemaphorePropertiesKHR(gpu(), &esi, &esp); in TEST_F()
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h5270 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalSemaphorePropertiesKHR(
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h5270 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalSemaphorePropertiesKHR(
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.h96 …N_vkGetPhysicalDeviceExternalSemaphorePropertiesKHR vkGetPhysicalDeviceExternalSemaphoreProperties… member
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h6347 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalSemaphorePropertiesKHR(
/external/swiftshader/include/vulkan/
Dvulkan_core.h6351 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalSemaphorePropertiesKHR(
/external/mesa3d/include/vulkan/
Dvulkan_core.h6347 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalSemaphorePropertiesKHR(

12