Lines Matching defs:nullptr
130 const vk::VkAllocationCallbacks* pAllocator = nullptr)
151 InstanceHelper (Context& context, vk::wsi::Type wsiType, const vk::VkAllocationCallbacks* pAllocator = nullptr)
152 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(), nullptr))
172 const vk::VkAllocationCallbacks* pAllocator = nullptr)
179 nullptr,
223 nullptr, // ppEnabledLayerNames
245 const vk::VkAllocationCallbacks* pAllocator = nullptr)
280 nullptr,
292 nullptr,
500 nullptr,
535 nullptr, // const void* pNext;
537 (presentOp.presentId ? &presentOp.presentId.get() : nullptr ), // const deUint64* pPresentIds;
543 (presentOp.presentId ? &presentId : nullptr),
549 nullptr,
990 nullptr, // const void* pNext;
1007 nullptr,
1082 const auto supportedDeviceExts = vk::enumerateDeviceExtensionProperties(vki, physDev, nullptr);