Searched refs:m_gl_MaxComputeWorkGroupSize (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/compiler/translator/ |
D | SymbolTable_autogen.h | 44 TSymbol *m_gl_MaxComputeWorkGroupSize = nullptr; variable
|
D | SymbolTable_ESSL_autogen.cpp | 21492 Rule::Get<Spec::ESSL, 310, Shader::ALL, 0>(&TableBase::m_gl_MaxComputeWorkGroupSize), 21493 Rule::Get<Spec::GLSL, 0, Shader::ALL, 0>(&TableBase::m_gl_MaxComputeWorkGroupSize), 25656 m_gl_MaxComputeWorkGroupSize = new TVariable( in initializeBuiltInVariables() 25666 static_cast<TVariable *>(m_gl_MaxComputeWorkGroupSize)->shareConstPointer(unionArray); in initializeBuiltInVariables()
|
D | SymbolTable_autogen.cpp | 34250 Rule::Get<Spec::ESSL, 310, Shader::ALL, 0>(&TableBase::m_gl_MaxComputeWorkGroupSize), 34251 Rule::Get<Spec::GLSL, 0, Shader::ALL, 0>(&TableBase::m_gl_MaxComputeWorkGroupSize), 39607 m_gl_MaxComputeWorkGroupSize = new TVariable( in initializeBuiltInVariables() 39617 static_cast<TVariable *>(m_gl_MaxComputeWorkGroupSize)->shareConstPointer(unionArray); in initializeBuiltInVariables()
|