Home
last modified time | relevance | path

Searched refs:pDisp (Results 1 - 1 of 1) sorted by relevance

/third_party/vulkan-loader/tests/framework/layer/
H A Dwrap_objects.cpp231 VkLayerInstanceDispatchTable *pDisp = &inst->layer_disp; in wrap_vkDestroyInstance() local
232 pDisp->DestroyInstance(vk_inst, pAllocator); in wrap_vkDestroyInstance()
243 VkLayerInstanceDispatchTable *pDisp = &inst->layer_disp; in wrap_vkCreateDebugUtilsMessengerEXT() local
244 VkResult result = pDisp->CreateDebugUtilsMessengerEXT(vk_inst, pCreateInfo, pAllocator, pMessenger); in wrap_vkCreateDebugUtilsMessengerEXT()
258 VkLayerInstanceDispatchTable *pDisp = &inst->layer_disp; in wrap_vkDestroyDebugUtilsMessengerEXT() local
261 pDisp->DestroyDebugUtilsMessengerEXT(vk_inst, vk_mess, pAllocator); in wrap_vkDestroyDebugUtilsMessengerEXT()
269 VkLayerInstanceDispatchTable *pDisp = &inst->layer_disp; in wrap_vkDestroySurfaceKHR() local
270 pDisp->DestroySurfaceKHR(vk_inst, surface, pAllocator); in wrap_vkDestroySurfaceKHR()
277 VkLayerInstanceDispatchTable *pDisp = &inst->layer_disp; in wrap_vkCreateAndroidSurfaceKHR() local
278 return pDisp in wrap_vkCreateAndroidSurfaceKHR()
287 VkLayerInstanceDispatchTable *pDisp = &inst->layer_disp; wrap_vkCreateWin32SurfaceKHR() local
297 VkLayerInstanceDispatchTable *pDisp = &inst->layer_disp; wrap_vkCreateWaylandSurfaceKHR() local
307 VkLayerInstanceDispatchTable *pDisp = &inst->layer_disp; wrap_vkCreateXcbSurfaceKHR() local
317 VkLayerInstanceDispatchTable *pDisp = &inst->layer_disp; wrap_vkCreateXlibSurfaceKHR() local
328 VkLayerInstanceDispatchTable *pDisp = &inst->layer_disp; wrap_vkCreateDirectFBSurfaceEXT() local
338 VkLayerInstanceDispatchTable *pDisp = &inst->layer_disp; wrap_vkCreateMacOSSurfaceMVK() local
348 VkLayerInstanceDispatchTable *pDisp = &inst->layer_disp; wrap_vkCreateIOSSurfaceMVK() local
360 VkLayerInstanceDispatchTable *pDisp = &inst->layer_disp; wrap_vkCreateStreamDescriptorSurfaceGGP() local
370 VkLayerInstanceDispatchTable *pDisp = &inst->layer_disp; wrap_vkCreateMetalSurfaceEXT() local
380 VkLayerInstanceDispatchTable *pDisp = &inst->layer_disp; wrap_vkCreateScreenSurfaceQNX() local
[all...]

Completed in 2 milliseconds