Searched refs:buffferValues (Results 1 – 2 of 2) sorted by relevance
2561 std::vector<float> buffferValues (floatsPerDispatch); in verifyOutput() local2565 deMemcpy(buffferValues.data(), bufferDataPtr + bufferOffset, blockSize); in verifyOutput()2573 msg << ((i == 0) ? "[" : ", ") << buffferValues[i]; in verifyOutput()