Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp7910 … 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()
7914 … symbolTable.setFunctionExtensions("maxInvocationsNonUniformAMD", 1, &E_GL_AMD_shader_ballot); in identifyBuiltIns()
7915 … symbolTable.setFunctionExtensions("addInvocationsNonUniformAMD", 1, &E_GL_AMD_shader_ballot); in identifyBuiltIns()
7916 … symbolTable.setFunctionExtensions("swizzleInvocationsAMD", 1, &E_GL_AMD_shader_ballot); in identifyBuiltIns()
7917 … symbolTable.setFunctionExtensions("swizzleInvocationsWithPatternAMD", 1, &E_GL_AMD_shader_ballot); in identifyBuiltIns()
7918 … symbolTable.setFunctionExtensions("writeInvocationAMD", 1, &E_GL_AMD_shader_ballot); in identifyBuiltIns()
7919 … symbolTable.setFunctionExtensions("mbcntAMD", 1, &E_GL_AMD_shader_ballot); in identifyBuiltIns()
[all …]
DVersions.h241 const char* const E_GL_AMD_shader_ballot = "GL_AMD_shader_ballot"; variable
DVersions.cpp270 extensionBehavior[E_GL_AMD_shader_ballot] = EBhDisable; in initializeExtensionBehavior()