Searched refs:m_gl_MaxComputeWorkGroupCount (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/compiler/translator/ |
D | SymbolTable_autogen.h | 43 TSymbol *m_gl_MaxComputeWorkGroupCount = nullptr; variable
|
D | SymbolTable_ESSL_autogen.cpp | 27037 Rule::Get<Spec::ESSL, 310, Shader::ALL, 0>(&TableBase::m_gl_MaxComputeWorkGroupCount), 31130 m_gl_MaxComputeWorkGroupCount = new TVariable( in initializeBuiltInVariables() 31140 static_cast<TVariable *>(m_gl_MaxComputeWorkGroupCount)->shareConstPointer(unionArray); in initializeBuiltInVariables()
|
D | SymbolTable_autogen.cpp | 34865 Rule::Get<Spec::ESSL, 310, Shader::ALL, 0>(&TableBase::m_gl_MaxComputeWorkGroupCount), 34866 Rule::Get<Spec::GLSL, 0, Shader::ALL, 0>(&TableBase::m_gl_MaxComputeWorkGroupCount), 40247 m_gl_MaxComputeWorkGroupCount = new TVariable( in initializeBuiltInVariables() 40257 static_cast<TVariable *>(m_gl_MaxComputeWorkGroupCount)->shareConstPointer(unionArray); in initializeBuiltInVariables()
|