Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DSymbolTable_autogen.h43 TSymbol *m_gl_MaxComputeWorkGroupCount = nullptr; variable
DSymbolTable_ESSL_autogen.cpp21490 Rule::Get<Spec::ESSL, 310, Shader::ALL, 0>(&TableBase::m_gl_MaxComputeWorkGroupCount),
21491 Rule::Get<Spec::GLSL, 0, Shader::ALL, 0>(&TableBase::m_gl_MaxComputeWorkGroupCount),
25644 m_gl_MaxComputeWorkGroupCount = new TVariable( in initializeBuiltInVariables()
25654 static_cast<TVariable *>(m_gl_MaxComputeWorkGroupCount)->shareConstPointer(unionArray); in initializeBuiltInVariables()
DSymbolTable_autogen.cpp34248 Rule::Get<Spec::ESSL, 310, Shader::ALL, 0>(&TableBase::m_gl_MaxComputeWorkGroupCount),
34249 Rule::Get<Spec::GLSL, 0, Shader::ALL, 0>(&TableBase::m_gl_MaxComputeWorkGroupCount),
39595 m_gl_MaxComputeWorkGroupCount = new TVariable( in initializeBuiltInVariables()
39605 static_cast<TVariable *>(m_gl_MaxComputeWorkGroupCount)->shareConstPointer(unionArray); in initializeBuiltInVariables()