Lines Matching refs:unwrapped_phys_dev

47     VkPhysicalDevice unwrapped_phys_dev = loader_unwrap_physical_device(physicalDevice);
48 if (VK_NULL_HANDLE == unwrapped_phys_dev) {
56 return disp->GetPhysicalDeviceExternalImageFormatPropertiesNV(unwrapped_phys_dev, format, type, tiling, usage, flags,
93 VkPhysicalDevice unwrapped_phys_dev = loader_unwrap_physical_device(physicalDevice);
94 if (VK_NULL_HANDLE == unwrapped_phys_dev) {
101 return disp->GetPhysicalDeviceSurfaceCapabilities2EXT(unwrapped_phys_dev, surface, pSurfaceCapabilities);
158 VkPhysicalDevice unwrapped_phys_dev = loader_unwrap_physical_device(physicalDevice);
159 if (VK_NULL_HANDLE == unwrapped_phys_dev) {
165 return disp->ReleaseDisplayEXT(unwrapped_phys_dev, display);
187 VkPhysicalDevice unwrapped_phys_dev = loader_unwrap_physical_device(physicalDevice);
188 if (VK_NULL_HANDLE == unwrapped_phys_dev) {
194 return disp->AcquireXlibDisplayEXT(unwrapped_phys_dev, dpy, display);
218 VkPhysicalDevice unwrapped_phys_dev = loader_unwrap_physical_device(physicalDevice);
219 if (VK_NULL_HANDLE == unwrapped_phys_dev) {
225 return disp->GetRandROutputDisplayEXT(unwrapped_phys_dev, dpy, rrOutput, pDisplay);
256 VkPhysicalDevice unwrapped_phys_dev = loader_unwrap_physical_device(physicalDevice);
257 if (VK_NULL_HANDLE == unwrapped_phys_dev) {
264 return disp->GetPhysicalDeviceSurfacePresentModes2EXT(unwrapped_phys_dev, pSurfaceInfo, pPresentModeCount, pPresentModes);
343 VkPhysicalDevice unwrapped_phys_dev = loader_unwrap_physical_device(physicalDevice);
344 if (VK_NULL_HANDLE == unwrapped_phys_dev) {
351 return disp->GetPhysicalDeviceToolPropertiesEXT(unwrapped_phys_dev, pToolCount, pToolProperties);