Home
last modified time | relevance | path

Searched refs:operandName (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles3/performance/
Des3pShaderControlStatementTests.cpp49 …teConditionalWorkload (std::ostringstream& stream, const char* resultName, const char* operandName) in writeConditionalWorkload() argument
60 stream << operandName; in writeConditionalWorkload()
67 …oid writeLoopWorkload (std::ostringstream& stream, const char* resultName, const char* operandName) in writeLoopWorkload() argument
78 stream << "(" << resultName << " + " << operandName << ")"; in writeLoopWorkload()
/external/deqp/modules/gles2/performance/
Des2pShaderControlStatementTests.cpp49 …teConditionalWorkload (std::ostringstream& stream, const char* resultName, const char* operandName) in writeConditionalWorkload() argument
60 stream << operandName; in writeConditionalWorkload()
67 …oid writeLoopWorkload (std::ostringstream& stream, const char* resultName, const char* operandName) in writeLoopWorkload() argument
78 stream << "(" << resultName << " + " << operandName << ")"; in writeLoopWorkload()
/external/llvm-project/mlir/lib/TableGen/
DPattern.cpp492 auto operandName = symbolInfoIt->first; in assignUniqueAlternativeNames() local
498 std::string alternativeName = operandName + std::to_string(i); in assignUniqueAlternativeNames()