Home | History | Annotate | Download | only in vulkan

Lines Matching refs:m_vk

7 	m_vk.destroyInstance(instance, pAllocator);
12 return m_vk.enumeratePhysicalDevices(instance, pPhysicalDeviceCount, pPhysicalDevices);
17 m_vk.getPhysicalDeviceFeatures(physicalDevice, pFeatures);
22 m_vk.getPhysicalDeviceFormatProperties(physicalDevice, format, pFormatProperties);
27 return m_vk.getPhysicalDeviceImageFormatProperties(physicalDevice, format, type, tiling, usage, flags, pImageFormatProperties);
32 m_vk.getPhysicalDeviceProperties(physicalDevice, pProperties);
37 m_vk.getPhysicalDeviceQueueFamilyProperties(physicalDevice, pQueueFamilyPropertyCount, pQueueFamilyProperties);
42 m_vk.getPhysicalDeviceMemoryProperties(physicalDevice, pMemoryProperties);
47 return m_vk.getDeviceProcAddr(device, pName);
52 return m_vk.createDevice(physicalDevice, pCreateInfo, pAllocator, pDevice);
57 return m_vk.enumerateDeviceExtensionProperties(physicalDevice, pLayerName, pPropertyCount, pProperties);
62 return m_vk.enumerateDeviceLayerProperties(physicalDevice, pPropertyCount, pProperties);
67 m_vk.getPhysicalDeviceSparseImageFormatProperties(physicalDevice, format, type, samples, usage, tiling, pPropertyCount, pProperties);
72 return m_vk.enumeratePhysicalDeviceGroups(instance, pPhysicalDeviceGroupCount, pPhysicalDeviceGroupProperties);
78 m_vk.getPhysicalDeviceProperties(physicalDevice, &props);
80 m_vk.getPhysicalDeviceFeatures2(physicalDevice, pFeatures);
82 m_vk.getPhysicalDeviceFeatures2KHR(physicalDevice, pFeatures);
88 m_vk.getPhysicalDeviceProperties(physicalDevice, &props);
90 m_vk.getPhysicalDeviceProperties2(physicalDevice, pProperties);
92 m_vk.getPhysicalDeviceProperties2KHR(physicalDevice, pProperties);
98 m_vk.getPhysicalDeviceProperties(physicalDevice, &props);
100 m_vk.getPhysicalDeviceFormatProperties2(physicalDevice, format, pFormatProperties);
102 m_vk.getPhysicalDeviceFormatProperties2KHR(physicalDevice, format, pFormatProperties);
108 m_vk.getPhysicalDeviceProperties(physicalDevice, &props);
110 return m_vk.getPhysicalDeviceImageFormatProperties2(physicalDevice, pImageFormatInfo, pImageFormatProperties);
112 return m_vk.getPhysicalDeviceImageFormatProperties2KHR(physicalDevice, pImageFormatInfo, pImageFormatProperties);
118 m_vk.getPhysicalDeviceProperties(physicalDevice, &props);
120 m_vk.getPhysicalDeviceQueueFamilyProperties2(physicalDevice, pQueueFamilyPropertyCount, pQueueFamilyProperties);
122 m_vk.getPhysicalDeviceQueueFamilyProperties2KHR(physicalDevice, pQueueFamilyPropertyCount, pQueueFamilyProperties);
128 m_vk.getPhysicalDeviceProperties(physicalDevice, &props);
130 m_vk.getPhysicalDeviceMemoryProperties2(physicalDevice, pMemoryProperties);
132 m_vk.getPhysicalDeviceMemoryProperties2KHR(physicalDevice, pMemoryProperties);
138 m_vk.getPhysicalDeviceProperties(physicalDevice, &props);
140 m_vk.getPhysicalDeviceSparseImageFormatProperties2(physicalDevice, pFormatInfo, pPropertyCount, pProperties);
142 m_vk.getPhysicalDeviceSparseImageFormatProperties2KHR(physicalDevice, pFormatInfo, pPropertyCount, pProperties);
148 m_vk.getPhysicalDeviceProperties(physicalDevice, &props);
150 m_vk.getPhysicalDeviceExternalBufferProperties(physicalDevice, pExternalBufferInfo, pExternalBufferProperties);
152 m_vk.getPhysicalDeviceExternalBufferPropertiesKHR(physicalDevice, pExternalBufferInfo, pExternalBufferProperties);
158 m_vk.getPhysicalDeviceProperties(physicalDevice, &props);
160 m_vk.getPhysicalDeviceExternalFenceProperties(physicalDevice, pExternalFenceInfo, pExternalFenceProperties);
162 m_vk.getPhysicalDeviceExternalFencePropertiesKHR(physicalDevice, pExternalFenceInfo, pExternalFenceProperties);
168 m_vk.getPhysicalDeviceProperties(physicalDevice, &props);
170 m_vk.getPhysicalDeviceExternalSemaphoreProperties(physicalDevice, pExternalSemaphoreInfo, pExternalSemaphoreProperties);
172 m_vk.getPhysicalDeviceExternalSemaphorePropertiesKHR(physicalDevice, pExternalSemaphoreInfo, pExternalSemaphoreProperties);
177 m_vk.destroySurfaceKHR(instance, surface, pAllocator);
182 return m_vk.getPhysicalDeviceSurfaceSupportKHR(physicalDevice, queueFamilyIndex, surface, pSupported);
187 return m_vk.getPhysicalDeviceSurfaceCapabilitiesKHR(physicalDevice, surface, pSurfaceCapabilities);
192 return m_vk.getPhysicalDeviceSurfaceFormatsKHR(physicalDevice, surface, pSurfaceFormatCount, pSurfaceFormats);
197 return m_vk.getPhysicalDeviceSurfacePresentModesKHR(physicalDevice, surface, pPresentModeCount, pPresentModes);
202 return m_vk.getPhysicalDevicePresentRectanglesKHR(physicalDevice, surface, pRectCount, pRects);
207 return m_vk.getPhysicalDeviceDisplayPropertiesKHR(physicalDevice, pPropertyCount, pProperties);
212 return m_vk.getPhysicalDeviceDisplayPlanePropertiesKHR(physicalDevice, pPropertyCount, pProperties);
217 return m_vk.getDisplayPlaneSupportedDisplaysKHR(physicalDevice, planeIndex, pDisplayCount, pDisplays);
222 return m_vk.getDisplayModePropertiesKHR(physicalDevice, display, pPropertyCount, pProperties);
227 return m_vk.createDisplayModeKHR(physicalDevice, display, pCreateInfo, pAllocator, pMode);
232 return m_vk.getDisplayPlaneCapabilitiesKHR(physicalDevice, mode, planeIndex, pCapabilities);
237 return m_vk.createDisplayPlaneSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface);
242 return m_vk.createXlibSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface);
247 return m_vk.getPhysicalDeviceXlibPresentationSupportKHR(physicalDevice, queueFamilyIndex, dpy, visualID);
252 return m_vk.createXcbSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface);
257 return m_vk.getPhysicalDeviceXcbPresentationSupportKHR(physicalDevice, queueFamilyIndex, connection, visual_id);
262 return m_vk.createWaylandSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface);
267 return m_vk.getPhysicalDeviceWaylandPresentationSupportKHR(physicalDevice, queueFamilyIndex, display);
272 return m_vk.createMirSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface);
277 return m_vk.getPhysicalDeviceMirPresentationSupportKHR(physicalDevice, queueFamilyIndex, connection);
282 return m_vk.createAndroidSurfaceKHR(instance, pCreateInfo, pAllocator, pSurface);
287 return m_vk.createWin32SurfaceKHR(instance, pCreateInfo, pAllocator, pSurface);
292 return m_vk.getPhysicalDeviceWin32PresentationSupportKHR(physicalDevice, queueFamilyIndex);
297 return m_vk.getPhysicalDeviceSurfaceCapabilities2KHR(physicalDevice, pSurfaceInfo, pSurfaceCapabilities);
302 return m_vk.getPhysicalDeviceSurfaceFormats2KHR(physicalDevice, pSurfaceInfo, pSurfaceFormatCount, pSurfaceFormats);
307 return m_vk.createDebugReportCallbackEXT(instance, pCreateInfo, pAllocator, pCallback);
312 m_vk.destroyDebugReportCallbackEXT(instance, callback, pAllocator);
317 m_vk.debugReportMessageEXT(instance, flags, objectType, object, location, messageCode, pLayerPrefix, pMessage);
322 return m_vk.getPhysicalDeviceExternalImageFormatPropertiesNV(physicalDevice, format, type, tiling, usage, flags, externalHandleType, pExternalImageFormatProperties);
327 return m_vk.createViSurfaceNN(instance, pCreateInfo, pAllocator, pSurface);
332 m_vk.getPhysicalDeviceGeneratedCommandsPropertiesNVX(physicalDevice, pFeatures, pLimits);
337 return m_vk.releaseDisplayEXT(physicalDevice, display);
342 return m_vk.acquireXlibDisplayEXT(physicalDevice, dpy, display);
347 return m_vk.getRandROutputDisplayEXT(physicalDevice, dpy, rrOutput, pDisplay);
352 return m_vk.getPhysicalDeviceSurfaceCapabilities2EXT(physicalDevice, surface, pSurfaceCapabilities);
357 return m_vk.createIOSSurfaceMVK(instance, pCreateInfo, pAllocator, pSurface);
362 return m_vk.createMacOSSurfaceMVK(instance, pCreateInfo, pAllocator, pSurface);
367 m_vk.getPhysicalDeviceMultisamplePropertiesEXT(physicalDevice, samples, pMultisampleProperties);