Searched refs:getDeviceProcAddr (Results 1 – 10 of 10) 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 | vkNullDriver.cpp | 728 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL getDeviceProcAddr (VkDevice device, const char* pName) in getDeviceProcAddr() function
|
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 | vkConcreteDeviceInterface.inl | 4 virtual PFN_vkVoidFunction getDeviceProcAddr (VkDevice device, const char* pName) const;
|
D | vkVirtualDeviceInterface.inl | 4 virtual PFN_vkVoidFunction getDeviceProcAddr (VkDevice device, const char* pName) const = 0;
|
D | vkNullDriverImpl.inl | 3221 VK_NULL_FUNC_ENTRY(vkGetDeviceProcAddr, getDeviceProcAddr),
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiVersionCheck.cpp | 124 GetDeviceProcAddrFunc getDeviceProcAddr; member 147 …GetDeviceProcAddrFunc getDeviceProcAddr = reinterpret_cast<GetDeviceProcAddrFunc>(getInstanceProcA… in iterate() local 148 APIContext ctx = { instance, *device, getInstanceProcAddr, getDeviceProcAddr }; in iterate() 212 …GetDeviceProcAddrFunc getDeviceProcAddr = reinterpret_cast<GetDeviceProcAddrFunc>(getInstanceProcA… in iterate() local 213 APIContext ctx = { instance, *device, getInstanceProcAddr, getDeviceProcAddr }; in iterate() 393 if ((ctx.getDeviceProcAddr(ctx.device, name) == DE_NULL) == shouldBeNonNull) in checkDeviceFunction()
|