Searched refs:E_GL_KHR_memory_scope_semantics (Results 1 – 6 of 6) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Initialize.cpp | 8522 …mbolTable.setVariableExtensions("gl_ScopeDevice", 1, &E_GL_KHR_memory_scope_semantics); in add2ndGenerationSamplingImaging() 8523 …mbolTable.setVariableExtensions("gl_ScopeWorkgroup", 1, &E_GL_KHR_memory_scope_semantics); in add2ndGenerationSamplingImaging() 8524 …mbolTable.setVariableExtensions("gl_ScopeSubgroup", 1, &E_GL_KHR_memory_scope_semantics); in add2ndGenerationSamplingImaging() 8525 …mbolTable.setVariableExtensions("gl_ScopeInvocation", 1, &E_GL_KHR_memory_scope_semantics); in add2ndGenerationSamplingImaging() 8527 …mbolTable.setVariableExtensions("gl_SemanticsRelaxed", 1, &E_GL_KHR_memory_scope_semantics); in add2ndGenerationSamplingImaging() 8528 …mbolTable.setVariableExtensions("gl_SemanticsAcquire", 1, &E_GL_KHR_memory_scope_semantics); in add2ndGenerationSamplingImaging() 8529 …mbolTable.setVariableExtensions("gl_SemanticsRelease", 1, &E_GL_KHR_memory_scope_semantics); in add2ndGenerationSamplingImaging() 8530 …mbolTable.setVariableExtensions("gl_SemanticsAcquireRelease", 1, &E_GL_KHR_memory_scope_semantics); in add2ndGenerationSamplingImaging() 8531 …mbolTable.setVariableExtensions("gl_SemanticsMakeAvailable", 1, &E_GL_KHR_memory_scope_semantics); in add2ndGenerationSamplingImaging() 8532 …mbolTable.setVariableExtensions("gl_SemanticsMakeVisible", 1, &E_GL_KHR_memory_scope_semantics); in add2ndGenerationSamplingImaging() [all …]
|
D | Versions.h | 152 const char* const E_GL_KHR_memory_scope_semantics = "GL_KHR_memory_scope_semantics"; variable
|
D | Versions.cpp | 198 extensionBehavior[E_GL_KHR_memory_scope_semantics] = EBhDisable; in initializeExtensionBehavior()
|
D | glslang.y | 1417 … parseContext.requireExtensions($1.loc, 1, &E_GL_KHR_memory_scope_semantics, "devicecoherent"); 1422 …parseContext.requireExtensions($1.loc, 1, &E_GL_KHR_memory_scope_semantics, "queuefamilycoherent"); 1427 … parseContext.requireExtensions($1.loc, 1, &E_GL_KHR_memory_scope_semantics, "workgroupcoherent"); 1432 … parseContext.requireExtensions($1.loc, 1, &E_GL_KHR_memory_scope_semantics, "subgroupcoherent"); 1437 parseContext.requireExtensions($1.loc, 1, &E_GL_KHR_memory_scope_semantics, "nonprivate");
|
D | glslang_tab.cpp | 5959 …parseContext.requireExtensions((yyvsp[0].lex).loc, 1, &E_GL_KHR_memory_scope_semantics, "devicecoh… in yyparse() 5969 …parseContext.requireExtensions((yyvsp[0].lex).loc, 1, &E_GL_KHR_memory_scope_semantics, "queuefami… in yyparse() 5979 …parseContext.requireExtensions((yyvsp[0].lex).loc, 1, &E_GL_KHR_memory_scope_semantics, "workgroup… in yyparse() 5989 …parseContext.requireExtensions((yyvsp[0].lex).loc, 1, &E_GL_KHR_memory_scope_semantics, "subgroupc… in yyparse() 5999 …parseContext.requireExtensions((yyvsp[0].lex).loc, 1, &E_GL_KHR_memory_scope_semantics, "nonprivat… in yyparse()
|
D | ParseHelper.cpp | 1926 … requireExtensions(loc, 1, &E_GL_KHR_memory_scope_semantics, fnCandidate.getName().c_str()); in builtInOpCheck() 1945 … requireExtensions(loc, 1, &E_GL_KHR_memory_scope_semantics, fnCandidate.getName().c_str()); in builtInOpCheck() 2034 … requireExtensions(loc, 1, &E_GL_KHR_memory_scope_semantics, fnCandidate.getName().c_str()); in builtInOpCheck()
|