Searched refs:m_gl_MaxComputeAtomicCounters (Results 1 – 3 of 3) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/ |
D | SymbolTable_autogen.h | 47 TSymbol *m_gl_MaxComputeAtomicCounters = nullptr; variable
|
D | SymbolTable_ESSL_autogen.cpp | 12774 Rule::Get<Spec::ESSL, 310, Shader::ALL, 0>(&TableBase::m_gl_MaxComputeAtomicCounters), 12775 Rule::Get<Spec::GLSL, 0, Shader::ALL, 0>(&TableBase::m_gl_MaxComputeAtomicCounters), 15276 m_gl_MaxComputeAtomicCounters = in initializeBuiltInVariables() 15283 static_cast<TVariable *>(m_gl_MaxComputeAtomicCounters)->shareConstPointer(unionArray); in initializeBuiltInVariables()
|
D | SymbolTable_autogen.cpp | 24409 Rule::Get<Spec::ESSL, 310, Shader::ALL, 0>(&TableBase::m_gl_MaxComputeAtomicCounters), 24410 Rule::Get<Spec::GLSL, 0, Shader::ALL, 0>(&TableBase::m_gl_MaxComputeAtomicCounters), 31027 m_gl_MaxComputeAtomicCounters = in initializeBuiltInVariables() 31034 static_cast<TVariable *>(m_gl_MaxComputeAtomicCounters)->shareConstPointer(unionArray); in initializeBuiltInVariables()
|