Home | History | Annotate | Download | only in qphelper

Lines Matching full:sourcestr

1029 	const char*		sourceStr			= ((log->flags & QP_TEST_LOG_EXCLUDE_SHADER_SOURCES) == 0 || !compileOk) ? source : "";
1040 !qpXmlWriter_writeStringElement(log->writer, "ShaderSource", sourceStr) ||
1222 const char* sourceStr = (log->flags & QP_TEST_LOG_EXCLUDE_SHADER_SOURCES) != 0 ? "" : source;
1227 if (!qpXmlWriter_writeStringElement(log->writer, "KernelSource", sourceStr))