Searched refs:E_GL_AMD_shader_ballot (Results 1 – 3 of 3) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Initialize.cpp | 7861 … symbolTable.setFunctionExtensions("minInvocationsAMD", 1, &E_GL_AMD_shader_ballot); in add2ndGenerationSamplingImaging() 7862 … symbolTable.setFunctionExtensions("maxInvocationsAMD", 1, &E_GL_AMD_shader_ballot); in add2ndGenerationSamplingImaging() 7863 … symbolTable.setFunctionExtensions("addInvocationsAMD", 1, &E_GL_AMD_shader_ballot); in add2ndGenerationSamplingImaging() 7864 … symbolTable.setFunctionExtensions("minInvocationsNonUniformAMD", 1, &E_GL_AMD_shader_ballot); in add2ndGenerationSamplingImaging() 7865 … symbolTable.setFunctionExtensions("maxInvocationsNonUniformAMD", 1, &E_GL_AMD_shader_ballot); in add2ndGenerationSamplingImaging() 7866 … symbolTable.setFunctionExtensions("addInvocationsNonUniformAMD", 1, &E_GL_AMD_shader_ballot); in add2ndGenerationSamplingImaging() 7867 … symbolTable.setFunctionExtensions("swizzleInvocationsAMD", 1, &E_GL_AMD_shader_ballot); in add2ndGenerationSamplingImaging() 7868 … symbolTable.setFunctionExtensions("swizzleInvocationsWithPatternAMD", 1, &E_GL_AMD_shader_ballot); in add2ndGenerationSamplingImaging() 7869 … symbolTable.setFunctionExtensions("writeInvocationAMD", 1, &E_GL_AMD_shader_ballot); in add2ndGenerationSamplingImaging() 7870 … symbolTable.setFunctionExtensions("mbcntAMD", 1, &E_GL_AMD_shader_ballot); in add2ndGenerationSamplingImaging() [all …]
|
D | Versions.h | 191 const char* const E_GL_AMD_shader_ballot = "GL_AMD_shader_ballot"; variable
|
D | Versions.cpp | 220 extensionBehavior[E_GL_AMD_shader_ballot] = EBhDisable; in initializeExtensionBehavior()
|