Searched refs:outputPrec (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp184 const char* outputPrec = glu::getPrecisionName(output.precision); local
187 const char* interpPrec = isFloat ? "highp" : outputPrec;
197 frag << "layout(location = " << output.location << ") out " << outputPrec << " " << typeName << " out" << outNdx << "[" << output.arrayLength << "];\n";
204 << "layout(location = " << output.location << ") out " << outputPrec << " " << typeName << " out" << outNdx << ";\n";

Completed in 105 milliseconds