Searched refs:E_GL_AMD_shader_ballot (Results 1 – 3 of 3) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/ |
D | Initialize.cpp | 7767 … symbolTable.setFunctionExtensions("minInvocationsAMD", 1, &E_GL_AMD_shader_ballot); in add2ndGenerationSamplingImaging() 7768 … symbolTable.setFunctionExtensions("maxInvocationsAMD", 1, &E_GL_AMD_shader_ballot); in add2ndGenerationSamplingImaging() 7769 … symbolTable.setFunctionExtensions("addInvocationsAMD", 1, &E_GL_AMD_shader_ballot); in add2ndGenerationSamplingImaging() 7770 … symbolTable.setFunctionExtensions("minInvocationsNonUniformAMD", 1, &E_GL_AMD_shader_ballot); in add2ndGenerationSamplingImaging() 7771 … symbolTable.setFunctionExtensions("maxInvocationsNonUniformAMD", 1, &E_GL_AMD_shader_ballot); in add2ndGenerationSamplingImaging() 7772 … symbolTable.setFunctionExtensions("addInvocationsNonUniformAMD", 1, &E_GL_AMD_shader_ballot); in add2ndGenerationSamplingImaging() 7773 … symbolTable.setFunctionExtensions("swizzleInvocationsAMD", 1, &E_GL_AMD_shader_ballot); in add2ndGenerationSamplingImaging() 7774 … symbolTable.setFunctionExtensions("swizzleInvocationsWithPatternAMD", 1, &E_GL_AMD_shader_ballot); in add2ndGenerationSamplingImaging() 7775 … symbolTable.setFunctionExtensions("writeInvocationAMD", 1, &E_GL_AMD_shader_ballot); in add2ndGenerationSamplingImaging() 7776 … symbolTable.setFunctionExtensions("mbcntAMD", 1, &E_GL_AMD_shader_ballot); in add2ndGenerationSamplingImaging() [all …]
|
D | Versions.h | 237 const char* const E_GL_AMD_shader_ballot = "GL_AMD_shader_ballot"; variable
|
D | Versions.cpp | 269 extensionBehavior[E_GL_AMD_shader_ballot] = EBhDisable; in initializeExtensionBehavior()
|