Searched refs:incrementExpr (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 1394 static string incrementExpr (const string& baseExpr, glu::DataType type, bool divide); 1457 string FunctionCase::incrementExpr (const string& baseExpr, glu::DataType type, bool divide) in incrementExpr() function in deqp::gles2::Performance::__anon328f41800111::FunctionCase 1598 const string incExpr = incrementExpr(incName, m_paramTypes[inputNdx], m_useNearlyConstantInputs); in generateSingleProgramData() 1630 const string incExpr = incrementExpr(evalName, m_returnType, m_useNearlyConstantInputs); in generateSingleProgramData()
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderOperatorTests.cpp | 1398 static string incrementExpr (const string& baseExpr, glu::DataType type, bool divide); 1461 string FunctionCase::incrementExpr (const string& baseExpr, glu::DataType type, bool divide) in incrementExpr() function in deqp::gles3::Performance::__anonf1dfc9820111::FunctionCase 1606 const string incExpr = incrementExpr(incName, m_paramTypes[inputNdx], m_useNearlyConstantInputs); in generateSingleProgramData() 1638 const string incExpr = incrementExpr(evalName, m_returnType, m_useNearlyConstantInputs); in generateSingleProgramData()
|