/external/deqp/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 | vkPlatformDriverImpl.inl | 11 PFN_vkVoidFunction PlatformDriver::getInstanceProcAddr (VkInstance instance, const char* pName) con… function in PlatformDriver 13 return m_vk.getInstanceProcAddr(instance, pName);
|
D | vkPlatformFunctionPointers.inl | 6 GetInstanceProcAddrFunc getInstanceProcAddr; variable
|
D | vkVirtualPlatformInterface.inl | 6 virtual PFN_vkVoidFunction getInstanceProcAddr (VkInstance instance, const char* pName) const …
|
D | vkConcretePlatformInterface.inl | 6 virtual PFN_vkVoidFunction getInstanceProcAddr (VkInstance instance, const char* pName) const;
|
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
|
D | vkNullDriverImpl.inl | 3298 VK_NULL_FUNC_ENTRY(vkGetInstanceProcAddr, getInstanceProcAddr),
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiVersionCheck.cpp | 121 GetInstanceProcAddrFunc getInstanceProcAddr; member 144 …GetInstanceProcAddrFunc getInstanceProcAddr = reinterpret_cast<GetInstanceProcAddrFunc>(funcLibrar… in iterate() local 145 …drFunc getDeviceProcAddr = reinterpret_cast<GetDeviceProcAddrFunc>(getInstanceProcAddr(instance, "… in iterate() 146 APIContext ctx = { instance, *device, getInstanceProcAddr, getDeviceProcAddr }; in iterate() 209 …GetInstanceProcAddrFunc getInstanceProcAddr = reinterpret_cast<GetInstanceProcAddrFunc>(funcLibrar… in iterate() local 210 …drFunc getDeviceProcAddr = reinterpret_cast<GetDeviceProcAddrFunc>(getInstanceProcAddr(instance, "… in iterate() 211 APIContext ctx = { instance, *device, getInstanceProcAddr, getDeviceProcAddr }; in iterate() 379 if ((ctx.getInstanceProcAddr(DE_NULL, name) == DE_NULL) == shouldBeNonNull) in checkPlatformFunction() 385 if ((ctx.getInstanceProcAddr(ctx.instance, name) == DE_NULL) == shouldBeNonNull) in checkInstanceFunction()
|
/external/deqp/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()
|
/external/deqp-deps/amber/src/vulkan/ |
D | device.h | 47 Result Initialize(PFN_vkGetInstanceProcAddr getInstanceProcAddr,
|
D | device.cc | 410 Result Device::LoadVulkanPointers(PFN_vkGetInstanceProcAddr getInstanceProcAddr, in LoadVulkanPointers() argument 441 PFN_vkGetInstanceProcAddr getInstanceProcAddr, in Initialize() argument 448 Result r = LoadVulkanPointers(getInstanceProcAddr, delegate); in Initialize()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCase.hpp | 116 void* getInstanceProcAddr ();
|
D | vktTestCase.cpp | 844 void* Context::getInstanceProcAddr () in getInstanceProcAddr() function in vkt::Context
|
/external/angle/src/tests/test_utils/ |
D | VulkanHelper.cpp | 410 PFN_vkGetInstanceProcAddr getInstanceProcAddr = in initializeFromANGLE() local 412 EXPECT_NE(getInstanceProcAddr, nullptr); in initializeFromANGLE() 414 volkInitializeCustom(getInstanceProcAddr); in initializeFromANGLE()
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 12379 PFN_vkGetInstanceProcAddr getInstanceProcAddr = in init() local 12384 getInstanceProcAddr, in init() 12404 DispatchLoaderDynamic( PFN_vkGetInstanceProcAddr getInstanceProcAddr ) VULKAN_HPP_NOEXCEPT in DispatchLoaderDynamic() argument 12406 init( getInstanceProcAddr ); in DispatchLoaderDynamic() 12409 void init( PFN_vkGetInstanceProcAddr getInstanceProcAddr ) VULKAN_HPP_NOEXCEPT in init() argument 12411 VULKAN_HPP_ASSERT( getInstanceProcAddr ); in init() 12413 vkGetInstanceProcAddr = getInstanceProcAddr; in init() 12429 PFN_vkGetInstanceProcAddr getInstanceProcAddr, in DispatchLoaderDynamic() argument 12433 init( instance, getInstanceProcAddr, device, getDeviceProcAddr ); 12438 PFN_vkGetInstanceProcAddr getInstanceProcAddr, in init() argument [all …]
|
D | vulkan_raii.hpp | 2491 Context( PFN_vkGetInstanceProcAddr getInstanceProcAddr ) in Context() 2492 …er( new VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::ContextDispatcher( getInstanceProcAddr ) ) in Context()
|
/external/swiftshader/include/vulkan/ |
D | vulkan.hpp | 11954 …PFN_vkGetInstanceProcAddr getInstanceProcAddr = dl.template getProcAddress<PFN_vkGetInstanceProcAd… in init() local 11956 …init(static_cast<VkInstance>(instance), getInstanceProcAddr, static_cast<VkDevice>(device), device… in init() 11972 DispatchLoaderDynamic(PFN_vkGetInstanceProcAddr getInstanceProcAddr) VULKAN_HPP_NOEXCEPT in DispatchLoaderDynamic() argument 11974 init(getInstanceProcAddr); in DispatchLoaderDynamic() 11977 void init(PFN_vkGetInstanceProcAddr getInstanceProcAddr) VULKAN_HPP_NOEXCEPT in init() argument 11979 VULKAN_HPP_ASSERT(getInstanceProcAddr); in init() 11981 vkGetInstanceProcAddr = getInstanceProcAddr; in init() 11995 PFN_vkGetInstanceProcAddr getInstanceProcAddr, in DispatchLoaderDynamic() argument 11999 init(instance, getInstanceProcAddr, device, getDeviceProcAddr); 12004 PFN_vkGetInstanceProcAddr getInstanceProcAddr, in init() argument [all …]
|
D | vulkan_raii.hpp | 2254 Context(PFN_vkGetInstanceProcAddr getInstanceProcAddr) in Context() 2255 …atcher(new VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::ContextDispatcher(getInstanceProcAddr)) in Context()
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan.hpp | 11832 …PFN_vkGetInstanceProcAddr getInstanceProcAddr = dl.template getProcAddress<PFN_vkGetInstanceProcAd… in init() local 11834 …init( static_cast<VkInstance>( instance ), getInstanceProcAddr, static_cast<VkDevice>( device ), d… in init() 11850 DispatchLoaderDynamic( PFN_vkGetInstanceProcAddr getInstanceProcAddr ) VULKAN_HPP_NOEXCEPT in DispatchLoaderDynamic() argument 11852 init( getInstanceProcAddr ); in DispatchLoaderDynamic() 11855 void init( PFN_vkGetInstanceProcAddr getInstanceProcAddr ) VULKAN_HPP_NOEXCEPT in init() argument 11857 VULKAN_HPP_ASSERT( getInstanceProcAddr ); in init() 11859 vkGetInstanceProcAddr = getInstanceProcAddr; in init() 11873 PFN_vkGetInstanceProcAddr getInstanceProcAddr, in DispatchLoaderDynamic() argument 11877 init( instance, getInstanceProcAddr, device, getDeviceProcAddr ); 11882 PFN_vkGetInstanceProcAddr getInstanceProcAddr, in init() argument [all …]
|
D | vulkan_raii.hpp | 2254 Context( PFN_vkGetInstanceProcAddr getInstanceProcAddr ) in Context() 2255 …er( new VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::ContextDispatcher( getInstanceProcAddr ) ) in Context()
|