Lines Matching refs:disp
46 const VkLayerInstanceDispatchTable *disp;
54 disp = loader_get_instance_layer_dispatch(physicalDevice);
56 return disp->GetPhysicalDeviceExternalImageFormatPropertiesNV(unwrapped_phys_dev, format, type, tiling, usage, flags,
92 const VkLayerInstanceDispatchTable *disp;
100 disp = loader_get_instance_layer_dispatch(physicalDevice);
101 return disp->GetPhysicalDeviceSurfaceCapabilities2EXT(unwrapped_phys_dev, surface, pSurfaceCapabilities);
157 const VkLayerInstanceDispatchTable *disp;
164 disp = loader_get_instance_layer_dispatch(physicalDevice);
165 return disp->ReleaseDisplayEXT(unwrapped_phys_dev, display);
186 const VkLayerInstanceDispatchTable *disp;
193 disp = loader_get_instance_layer_dispatch(physicalDevice);
194 return disp->AcquireXlibDisplayEXT(unwrapped_phys_dev, dpy, display);
217 const VkLayerInstanceDispatchTable *disp;
224 disp = loader_get_instance_layer_dispatch(physicalDevice);
225 return disp->GetRandROutputDisplayEXT(unwrapped_phys_dev, dpy, rrOutput, pDisplay);
255 const VkLayerInstanceDispatchTable *disp;
263 disp = loader_get_instance_layer_dispatch(physicalDevice);
264 return disp->GetPhysicalDeviceSurfacePresentModes2EXT(unwrapped_phys_dev, pSurfaceInfo, pPresentModeCount, pPresentModes);
294 const VkLayerDispatchTable *disp = loader_get_dispatch(device);
295 if (NULL == disp) {
301 return disp->GetDeviceGroupSurfacePresentModes2EXT(device, pSurfaceInfo, pModes);
342 const VkLayerInstanceDispatchTable *disp;
350 disp = loader_get_instance_layer_dispatch(physicalDevice);
351 return disp->GetPhysicalDeviceToolPropertiesEXT(unwrapped_phys_dev, pToolCount, pToolProperties);