Home
last modified time | relevance | path

Searched refs:getDeviceProcAddr (Results 1 – 10 of 10) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkPlatform.cpp61 …m_vk.getDeviceProcAddr = (GetDeviceProcAddrFunc)platformInterface.getInstanceProcAddr(instance, "v… in DeviceDriver()
63 #define GET_PROC_ADDR(NAME) m_vk.getDeviceProcAddr(device, NAME) in DeviceDriver()
DvkRef.hpp122 …GetDeviceProcAddrFunc getDeviceProcAddr = (GetDeviceProcAddrFunc)platformIface.getInstanceProcAddr… in Deleter() local
123 m_destroyDevice = (DestroyDeviceFunc)getDeviceProcAddr(device, "vkDestroyDevice"); in Deleter()
DvkDeviceFunctionPointers.inl4 GetDeviceProcAddrFunc getDeviceProcAddr; variable
DvkInitDeviceFunctionPointers.inl4 m_vk.getDeviceProcAddr = (GetDeviceProcAddrFunc) GET_PROC_ADDR("vkGetDeviceProcAddr"…
DvkNullDriver.cpp728 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL getDeviceProcAddr (VkDevice device, const char* pName) in getDeviceProcAddr() function
DvkDeviceDriverImpl.inl5 PFN_vkVoidFunction DeviceDriver::getDeviceProcAddr (VkDevice device, const char* pName) const function in DeviceDriver
7 return m_vk.getDeviceProcAddr(device, pName);
DvkConcreteDeviceInterface.inl4 virtual PFN_vkVoidFunction getDeviceProcAddr (VkDevice device, const char* pName) const;
DvkVirtualDeviceInterface.inl4 virtual PFN_vkVoidFunction getDeviceProcAddr (VkDevice device, const char* pName) const = 0;
DvkNullDriverImpl.inl3221 VK_NULL_FUNC_ENTRY(vkGetDeviceProcAddr, getDeviceProcAddr),
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiVersionCheck.cpp124 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()