Home | History | Annotate | Download | only in glshared

Lines Matching refs:dstVec4Var

188 static void genCompareOp (ostringstream& output, const char* dstVec4Var, const ValueBlock& valueBlock, const char* nonFloatNamePrefix, const char* checkVarName)
217 output << dstVec4Var << " = vec4(1.0);\n"; // \todo [petri] Should we give warning if not expect-failure case?
219 output << dstVec4Var << " = vec4(RES, RES, RES, 1.0);\n";