Searched refs:setFunctionExtensions (Results 1 – 3 of 3) sorted by relevance
| /third_party/glslang/glslang/MachineIndependent/ |
| D | Initialize.cpp | 7897 symbolTable.setFunctionExtensions("ballotARB", 1, &E_GL_ARB_shader_ballot); in identifyBuiltIns() 7898 symbolTable.setFunctionExtensions("readInvocationARB", 1, &E_GL_ARB_shader_ballot); in identifyBuiltIns() 7899 symbolTable.setFunctionExtensions("readFirstInvocationARB", 1, &E_GL_ARB_shader_ballot); in identifyBuiltIns() 7902 … symbolTable.setFunctionExtensions("anyInvocationARB", 1, &E_GL_ARB_shader_group_vote); in identifyBuiltIns() 7903 … symbolTable.setFunctionExtensions("allInvocationsARB", 1, &E_GL_ARB_shader_group_vote); in identifyBuiltIns() 7904 … symbolTable.setFunctionExtensions("allInvocationsEqualARB", 1, &E_GL_ARB_shader_group_vote); in identifyBuiltIns() 7910 … symbolTable.setFunctionExtensions("minInvocationsAMD", 1, &E_GL_AMD_shader_ballot); in identifyBuiltIns() 7911 … symbolTable.setFunctionExtensions("maxInvocationsAMD", 1, &E_GL_AMD_shader_ballot); in identifyBuiltIns() 7912 … symbolTable.setFunctionExtensions("addInvocationsAMD", 1, &E_GL_AMD_shader_ballot); in identifyBuiltIns() 7913 … symbolTable.setFunctionExtensions("minInvocationsNonUniformAMD", 1, &E_GL_AMD_shader_ballot); in identifyBuiltIns() [all …]
|
| D | SymbolTable.h | 578 void setFunctionExtensions(const char* name, int num, const char* const extensions[]); 875 void setFunctionExtensions(const char* name, int num, const char* const extensions[]) in setFunctionExtensions() function 878 table[level]->setFunctionExtensions(name, num, extensions); in setFunctionExtensions()
|
| D | SymbolTable.cpp | 306 void TSymbolTableLevel::setFunctionExtensions(const char* name, int num, const char* const extensio… in setFunctionExtensions() function in glslang::TSymbolTableLevel
|