Lines Matching refs:storageName
1669 static void dumpValue (tcu::TestLog& log, const Value& val, const char* storageName, int arrayNdx)
1676 result << " " << storageName << " ";
1730 static void dumpValues (tcu::TestLog& log, const vector<Value>& values, const char* storageName, int arrayNdx)
1733 dumpValue(log, values[valNdx], storageName, arrayNdx);