Searched defs:castBeg (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fShaderAtomicOpTests.cpp156 const string castBeg = outType != m_type ? (string(outTypeName) + "(") : string(""); local
163 << " sb_inout.outputValues[offset] = " << castBeg << "res" << castEnd << ";\n"
166 << " sb_inout.groupValues[globalNdx] = " << castBeg << "s_var" << castEnd << ";\n";

Completed in 1931 milliseconds