Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds