Lines Matching defs:dumpValues
1730 static void dumpValues (tcu::TestLog& log, const vector<Value>& values, const char* storageName, int arrayNdx)
1736 void dumpValues (tcu::TestLog& log, const ValueBlock& values, int arrayNdx)
1738 dumpValues(log, values.inputs, "input", arrayNdx);
1739 dumpValues(log, values.outputs, "expected", arrayNdx);
1740 dumpValues(log, values.uniforms, "uniform", arrayNdx);