Lines Matching full:varying
141 const char* const vtxOut = usesInout ? "out" : "varying";
145 // Declarations (position + attribute/varying for each input).
169 // - for each input: write attribute directly to varying
232 const char* const fragIn = usesInout ? "in" : "varying";
250 // Declarations (varying, reference for each output).
286 const char* const vtxOut = usesInout ? "out" : "varying";
294 // Declarations (position + attribute for each input, varying for each output).
360 const char* const fragIn = usesInout ? "in" : "varying";
385 std::string offset = isDataTypeIntOrIVec(basicType) ? " * 1.0025" : ""; // \todo [petri] bit of a hack to avoid errors in chop() due to varying interpolation