Searched refs:m_gl_MaxComputeAtomicCounters (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/compiler/translator/ |
D | SymbolTable_autogen.h | 47 TSymbol *m_gl_MaxComputeAtomicCounters = nullptr; variable
|
D | SymbolTable_ESSL_autogen.cpp | 21498 Rule::Get<Spec::ESSL, 310, Shader::ALL, 0>(&TableBase::m_gl_MaxComputeAtomicCounters), 21499 Rule::Get<Spec::GLSL, 0, Shader::ALL, 0>(&TableBase::m_gl_MaxComputeAtomicCounters), 25686 m_gl_MaxComputeAtomicCounters = new TVariable( in initializeBuiltInVariables() 25693 static_cast<TVariable *>(m_gl_MaxComputeAtomicCounters)->shareConstPointer(unionArray); in initializeBuiltInVariables()
|
D | SymbolTable_autogen.cpp | 34256 Rule::Get<Spec::ESSL, 310, Shader::ALL, 0>(&TableBase::m_gl_MaxComputeAtomicCounters), 34257 Rule::Get<Spec::GLSL, 0, Shader::ALL, 0>(&TableBase::m_gl_MaxComputeAtomicCounters), 39637 m_gl_MaxComputeAtomicCounters = new TVariable( in initializeBuiltInVariables() 39644 static_cast<TVariable *>(m_gl_MaxComputeAtomicCounters)->shareConstPointer(unionArray); in initializeBuiltInVariables()
|