Lines Matching refs:write
257 void write (TestLog& log) const;
274 void write (TestLog& log) const;
294 void write (TestLog& log) const;
310 void write (TestLog& log) const;
328 void write (TestLog& log) const;
345 void write (TestLog& log) const;
359 void write (TestLog& log) const;
374 void write (TestLog& log) const;
392 void write (TestLog& log) const;
414 void write (TestLog& log) const;
445 inline TestLog& TestLog::operator<< (const ImageSet& imageSet) { imageSet.write(*this); return *this; }
446 inline TestLog& TestLog::operator<< (const Image& image) { image.write(*this); return *this; }
448 inline TestLog& TestLog::operator<< (const Section& section) { section.write(*this); return *this; }
450 inline TestLog& TestLog::operator<< (const ShaderProgram& shaderProg) { shaderProg.write(*this); return *this; }
452 inline TestLog& TestLog::operator<< (const Shader& shader) { shader.write(*this); return *this; }
453 inline TestLog& TestLog::operator<< (const SpirVAssemblySource& module) { module.write(*this); return *this; }
454 inline TestLog& TestLog::operator<< (const KernelSource& kernelSrc) { kernelSrc.write(*this); return *this; }
455 inline TestLog& TestLog::operator<< (const SampleList& sampleList) { sampleList.write(*this); return *this; }
457 inline TestLog& TestLog::operator<< (const ValueInfo& valueInfo) { valueInfo.write(*this); return *this; }
464 number.write(*this);
499 inline void LogImageSet::write (TestLog& log) const
504 inline void LogSection::write (TestLog& log) const
509 inline void LogShaderProgram::write (TestLog& log) const
514 inline void LogShader::write (TestLog& log) const
519 inline void LogSpirVAssemblySource::write (TestLog& log) const
524 inline void LogKernelSource::write (TestLog& log) const
529 inline void LogSampleList::write (TestLog& log) const
534 inline void LogValueInfo::write (TestLog& log) const
540 inline void LogNumber<float>::write (TestLog& log) const
546 inline void LogNumber<deInt64>::write (TestLog& log) const