/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkPlatform.cpp | 32 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()
|
D | vkPlatform.hpp | 57 return m_vk.getInstanceProcAddr; in getGetInstanceProcAddr()
|
D | vkRef.hpp | 101 …: m_destroyInstance ((DestroyInstanceFunc)platformIface.getInstanceProcAddr(instance, "vkDestroyIn… in Deleter() 122 …cAddrFunc getDeviceProcAddr = (GetDeviceProcAddrFunc)platformIface.getInstanceProcAddr(instance, "… in Deleter()
|
D | vkNullDriver.cpp | 1496 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/ |
D | vktAmberHelper.cpp | 40 void* getInstanceProcAddr) in GetVulkanConfig() argument 43 cfg->vkGetInstanceProcAddr = reinterpret_cast<PFN_vkGetInstanceProcAddr>(getInstanceProcAddr); in GetVulkanConfig()
|
D | vktAmberTestCase.cpp | 73 ctx.getUniversalQueue(), ctx.getInstanceProcAddr()); in createEngineConfig()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiVersionCheck.cpp | 123 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/ |
D | vkPlatformDriverImpl.inl | 10 PFN_vkVoidFunction PlatformDriver::getInstanceProcAddr (VkInstance instance, const char* pName) con… function in PlatformDriver 12 return m_vk.getInstanceProcAddr(instance, pName);
|
D | vkPlatformFunctionPointers.inl | 5 GetInstanceProcAddrFunc getInstanceProcAddr; variable
|
D | vkConcretePlatformInterface.inl | 5 virtual PFN_vkVoidFunction getInstanceProcAddr (VkInstance instance, const char* pName) const;
|
D | vkVirtualPlatformInterface.inl | 5 virtual PFN_vkVoidFunction getInstanceProcAddr (VkInstance instance, const char* pName) const …
|
D | vkNullDriverImpl.inl | 3297 VK_NULL_FUNC_ENTRY(vkGetInstanceProcAddr, getInstanceProcAddr),
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktTestCase.hpp | 113 void* getInstanceProcAddr ();
|
D | vktTestCase.cpp | 810 void* Context::getInstanceProcAddr () in getInstanceProcAddr() function in vkt::Context
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | VulkanHelper.cpp | 397 PFN_vkGetInstanceProcAddr getInstanceProcAddr = in initializeFromANGLE() local 399 EXPECT_NE(getInstanceProcAddr, nullptr); in initializeFromANGLE() 401 volkInitializeCustom(getInstanceProcAddr); in initializeFromANGLE()
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 12040 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 …]
|
D | vulkan_raii.hpp | 2329 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/ |
D | vulkan.hpp | 11772 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 …]
|