Home
last modified time | relevance | path

Searched refs:kDebugReportExt (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/
DvktCustomInstancesDevices.cpp259 const char kDebugReportExt[] = "VK_EXT_debug_report"; variable
273 …ons), end(actualExtensions), [](const char* name) { return (strcmp(name, kDebugReportExt) == 0); }) in addDebugReportExt()
276 actualExtensions.push_back(kDebugReportExt); in addDebugReportExt()