Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DVersions.h202 const char* const E_GL_EXT_debug_printf = "GL_EXT_debug_printf"; variable
DVersions.cpp256 extensionBehavior[E_GL_EXT_debug_printf] = EBhDisable; in initializeExtensionBehavior()
DInitialize.cpp8846 … symbolTable.setFunctionExtensions("debugPrintfEXT", 1, &E_GL_EXT_debug_printf); in identifyBuiltIns()
/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPpScanner.cpp1285 … const char* const string_literal_EXTs[] = { E_GL_EXT_debug_printf, E_GL_EXT_spirv_intrinsics }; in tokenize()
1287 if (!parseContext.extensionTurnedOn(E_GL_EXT_debug_printf) && in tokenize()