Searched refs:callNestingDepth (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/performance/
H A Des2pShaderOptimizationTests.cpp395 FunctionInliningCase (Context& context, const char* name, const char* description, CaseShaderType caseShaderType, int callNestingDepth) argument
397 , m_callNestingDepth (callNestingDepth)
415 static inline string funcDefinitions (int callNestingDepth, const string& precision, const string& expression) argument
419 for (int i = 1; i < callNestingDepth; i++)
/external/deqp/modules/gles3/performance/
H A Des3pShaderOptimizationTests.cpp398 FunctionInliningCase (Context& context, const char* name, const char* description, CaseShaderType caseShaderType, int callNestingDepth) argument
400 , m_callNestingDepth (callNestingDepth)
418 static inline string funcDefinitions (int callNestingDepth, const string& precision, const string& expression) argument
422 for (int i = 1; i < callNestingDepth; i++)

Completed in 105 milliseconds