Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp7384 symbolTable.setFunctionExtensions("ballotARB", 1, &E_GL_ARB_shader_ballot);
7385 symbolTable.setFunctionExtensions("readInvocationARB", 1, &E_GL_ARB_shader_ballot);
7386 symbolTable.setFunctionExtensions("readFirstInvocationARB", 1, &E_GL_ARB_shader_ballot);
7389 … symbolTable.setFunctionExtensions("anyInvocationARB", 1, &E_GL_ARB_shader_group_vote);
7390 … symbolTable.setFunctionExtensions("allInvocationsARB", 1, &E_GL_ARB_shader_group_vote);
7391 … symbolTable.setFunctionExtensions("allInvocationsEqualARB", 1, &E_GL_ARB_shader_group_vote);
7397 … symbolTable.setFunctionExtensions("minInvocationsAMD", 1, &E_GL_AMD_shader_ballot);
7398 … symbolTable.setFunctionExtensions("maxInvocationsAMD", 1, &E_GL_AMD_shader_ballot);
7399 … symbolTable.setFunctionExtensions("addInvocationsAMD", 1, &E_GL_AMD_shader_ballot);
7400 … symbolTable.setFunctionExtensions("minInvocationsNonUniformAMD", 1, &E_GL_AMD_shader_ballot);
[all …]
DSymbolTable.h553 void setFunctionExtensions(const char* name, int num, const char* const extensions[]);
824 void setFunctionExtensions(const char* name, int num, const char* const extensions[]) in setFunctionExtensions() function
827 table[level]->setFunctionExtensions(name, num, extensions); in setFunctionExtensions()
DSymbolTable.cpp304 void TSymbolTableLevel::setFunctionExtensions(const char* name, int num, const char* const extensio… in setFunctionExtensions() function in glslang::TSymbolTableLevel