Home
last modified time | relevance | path

Searched refs:getInstanceProcAddr (Results 1 – 18 of 18) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkPlatform.cpp32 m_vk.getInstanceProcAddr = (GetInstanceProcAddrFunc)library.getFunction("vkGetInstanceProcAddr"); in PlatformDriver()
34 #define GET_PROC_ADDR(NAME) m_vk.getInstanceProcAddr(DE_NULL, NAME) in PlatformDriver()
50 #define GET_PROC_ADDR(NAME) platformInterface.getInstanceProcAddr(instance, NAME) in loadFunctions()
61 …m_vk.getDeviceProcAddr = (GetDeviceProcAddrFunc)platformInterface.getInstanceProcAddr(instance, "v… in DeviceDriver()
DvkPlatform.hpp57 return m_vk.getInstanceProcAddr; in getGetInstanceProcAddr()
DvkRef.hpp101 …: m_destroyInstance ((DestroyInstanceFunc)platformIface.getInstanceProcAddr(instance, "vkDestroyIn… in Deleter()
122 …cAddrFunc getDeviceProcAddr = (GetDeviceProcAddrFunc)platformIface.getInstanceProcAddr(instance, "… in Deleter()
DvkNullDriver.cpp1496 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL getInstanceProcAddr (VkInstance instance, const char* pNam…
1500 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL getInstanceProcAddr (VkInstance instance, const char* pNam… in getInstanceProcAddr() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
DvktAmberHelper.cpp40 void* getInstanceProcAddr) in GetVulkanConfig() argument
43 cfg->vkGetInstanceProcAddr = reinterpret_cast<PFN_vkGetInstanceProcAddr>(getInstanceProcAddr); in GetVulkanConfig()
DvktAmberTestCase.cpp73 ctx.getUniversalQueue(), ctx.getInstanceProcAddr()); in createEngineConfig()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiVersionCheck.cpp123 GetInstanceProcAddrFunc getInstanceProcAddr; member
146 …GetInstanceProcAddrFunc getInstanceProcAddr = reinterpret_cast<GetInstanceProcAddrFunc>(funcLibrar… in iterate() local
147 …drFunc getDeviceProcAddr = reinterpret_cast<GetDeviceProcAddrFunc>(getInstanceProcAddr(instance, "… in iterate()
148 APIContext ctx = { instance, *device, getInstanceProcAddr, getDeviceProcAddr }; in iterate()
211 …GetInstanceProcAddrFunc getInstanceProcAddr = reinterpret_cast<GetInstanceProcAddrFunc>(funcLibrar… in iterate() local
212 …drFunc getDeviceProcAddr = reinterpret_cast<GetDeviceProcAddrFunc>(getInstanceProcAddr(instance, "… in iterate()
213 APIContext ctx = { instance, *device, getInstanceProcAddr, getDeviceProcAddr }; in iterate()
381 if ((ctx.getInstanceProcAddr(DE_NULL, name) == DE_NULL) == shouldBeNonNull) in checkPlatformFunction()
387 if ((ctx.getInstanceProcAddr(ctx.instance, name) == DE_NULL) == shouldBeNonNull) in checkInstanceFunction()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkPlatformDriverImpl.inl10 PFN_vkVoidFunction PlatformDriver::getInstanceProcAddr (VkInstance instance, const char* pName) con… function in PlatformDriver
12 return m_vk.getInstanceProcAddr(instance, pName);
DvkPlatformFunctionPointers.inl5 GetInstanceProcAddrFunc getInstanceProcAddr; variable
DvkConcretePlatformInterface.inl5 virtual PFN_vkVoidFunction getInstanceProcAddr (VkInstance instance, const char* pName) const;
DvkVirtualPlatformInterface.inl5 virtual PFN_vkVoidFunction getInstanceProcAddr (VkInstance instance, const char* pName) const …
DvkNullDriverImpl.inl3297 VK_NULL_FUNC_ENTRY(vkGetInstanceProcAddr, getInstanceProcAddr),
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestCase.hpp113 void* getInstanceProcAddr ();
DvktTestCase.cpp810 void* Context::getInstanceProcAddr () in getInstanceProcAddr() function in vkt::Context
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DVulkanHelper.cpp397 PFN_vkGetInstanceProcAddr getInstanceProcAddr = in initializeFromANGLE() local
399 EXPECT_NE(getInstanceProcAddr, nullptr); in initializeFromANGLE()
401 volkInitializeCustom(getInstanceProcAddr); in initializeFromANGLE()
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp12040 PFN_vkGetInstanceProcAddr getInstanceProcAddr = in init() local
12045 getInstanceProcAddr, in init()
12065 DispatchLoaderDynamic( PFN_vkGetInstanceProcAddr getInstanceProcAddr ) VULKAN_HPP_NOEXCEPT in DispatchLoaderDynamic() argument
12067 init( getInstanceProcAddr ); in DispatchLoaderDynamic()
12070 void init( PFN_vkGetInstanceProcAddr getInstanceProcAddr ) VULKAN_HPP_NOEXCEPT in init() argument
12072 VULKAN_HPP_ASSERT( getInstanceProcAddr ); in init()
12074 vkGetInstanceProcAddr = getInstanceProcAddr; in init()
12090 PFN_vkGetInstanceProcAddr getInstanceProcAddr, in DispatchLoaderDynamic() argument
12094 init( instance, getInstanceProcAddr, device, getDeviceProcAddr );
12099 PFN_vkGetInstanceProcAddr getInstanceProcAddr, in init() argument
[all …]
Dvulkan_raii.hpp2329 Context( PFN_vkGetInstanceProcAddr getInstanceProcAddr ) in Context()
2330 …er( new VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::ContextDispatcher( getInstanceProcAddr ) ) in Context()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp11772 PFN_vkGetInstanceProcAddr getInstanceProcAddr = in init() local
11777 getInstanceProcAddr, in init()
11797 DispatchLoaderDynamic( PFN_vkGetInstanceProcAddr getInstanceProcAddr ) VULKAN_HPP_NOEXCEPT in DispatchLoaderDynamic() argument
11799 init( getInstanceProcAddr ); in DispatchLoaderDynamic()
11802 void init( PFN_vkGetInstanceProcAddr getInstanceProcAddr ) VULKAN_HPP_NOEXCEPT in init() argument
11804 VULKAN_HPP_ASSERT( getInstanceProcAddr ); in init()
11806 vkGetInstanceProcAddr = getInstanceProcAddr; in init()
11822 PFN_vkGetInstanceProcAddr getInstanceProcAddr, in DispatchLoaderDynamic() argument
11826 init( instance, getInstanceProcAddr, device, getDeviceProcAddr );
11831 PFN_vkGetInstanceProcAddr getInstanceProcAddr, in init() argument
[all …]