Searched refs:getDeviceProcAddr (Results 1 – 11 of 11) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkPlatform.cpp | 61 …m_vk.getDeviceProcAddr = (GetDeviceProcAddrFunc)platformInterface.getInstanceProcAddr(instance, "v… in DeviceDriver() 63 #define GET_PROC_ADDR(NAME) m_vk.getDeviceProcAddr(device, NAME) in DeviceDriver()
|
D | vkRef.hpp | 122 …GetDeviceProcAddrFunc getDeviceProcAddr = (GetDeviceProcAddrFunc)platformIface.getInstanceProcAddr… in Deleter() local 123 m_destroyDevice = (DestroyDeviceFunc)getDeviceProcAddr(device, "vkDestroyDevice"); in Deleter()
|
D | vkDeviceFunctionPointers.inl | 4 GetDeviceProcAddrFunc getDeviceProcAddr; variable
|
D | vkInitDeviceFunctionPointers.inl | 4 m_vk.getDeviceProcAddr = (GetDeviceProcAddrFunc) GET_PROC_ADDR("vkGetDeviceProcAddr");
|
D | vkDeviceDriverImpl.inl | 5 PFN_vkVoidFunction DeviceDriver::getDeviceProcAddr (VkDevice device, const char* pName) const function in DeviceDriver 7 return m_vk.getDeviceProcAddr(device, pName);
|
D | vkVirtualDeviceInterface.inl | 4 virtual PFN_vkVoidFunction getDeviceProcAddr (VkDevice device, const char* pName) const = 0;
|
D | vkNullDriver.cpp | 650 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL getDeviceProcAddr (VkDevice device, const char* pName) in getDeviceProcAddr() function
|
D | vkConcreteDeviceInterface.inl | 4 virtual PFN_vkVoidFunction getDeviceProcAddr (VkDevice device, const char* pName) const;
|
D | vkNullDriverImpl.inl | 1968 VK_NULL_FUNC_ENTRY(vkGetDeviceProcAddr, getDeviceProcAddr),
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiVersionCheck.cpp | 119 …getDeviceProcAddr = reinterpret_cast<GetDeviceProcAddrFunc>(getInstanceProcAddr(*instance, "vkGetD… in iterate() 184 GetDeviceProcAddrFunc getDeviceProcAddr; member in vkt::api::__anon9e02c03b0111::APIEntryPointsTestInstance 260 if ((getDeviceProcAddr(*device, name) == DE_NULL) == shouldBeNonNull) in checkDeviceFunction()
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 54992 …ceProcAddr, VkDevice device = VK_NULL_HANDLE, PFN_vkGetDeviceProcAddr getDeviceProcAddr = nullptr ) in DispatchLoaderDynamic() argument 54994 init( instance, getInstanceProcAddr, device, getDeviceProcAddr ); in DispatchLoaderDynamic() 54997 …ceProcAddr, VkDevice device = VK_NULL_HANDLE, PFN_vkGetDeviceProcAddr getDeviceProcAddr = nullptr ) in init() argument 55000 assert(!!device == !!getDeviceProcAddr); in init() 55002 …vkGetDeviceProcAddr = getDeviceProcAddr ? getDeviceProcAddr : PFN_vkGetDeviceProcAddr( vkGetInstan… in init()
|