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

/external/deqp/modules/gles2/performance/
H A Des2pShaderControlStatementTests.cpp67 static void writeLoopWorkload (std::ostringstream& stream, const char* resultName, const char* operandName) function in namespace:deqp::gles2::Performance
530 writeLoopWorkload(op, "res", isVertexCase ? "a_value" : "v_value");
777 writeLoopWorkload(dst, resultVariableName, inputVariableName);
/external/deqp/modules/gles3/performance/
H A Des3pShaderControlStatementTests.cpp67 static void writeLoopWorkload (std::ostringstream& stream, const char* resultName, const char* operandName) function in namespace:deqp::gles3::Performance
538 writeLoopWorkload(op, "res", isVertexCase ? "a_value" : "v_value");
789 writeLoopWorkload(dst, resultVariableName, inputVariableName);

Completed in 136 milliseconds