Home | History | Annotate | Download | only in functional

Lines Matching refs:safeCoords

118 static inline tcu::Vector<float, Size> safeCoords (const tcu::Vector<float, Size>& raw, const tcu::Vector<int, Size>& scale, const tcu::Vector<float, Size>& fraction)
128 return safeCoords(raw, textureSize, Vec2(0.5f));
133 return safeCoords(raw, textureSize, Vec3(0.5f, 0.5f, 0.0f));
138 return safeCoords(raw, textureSize, Vec3(0.5f));
301 m_positions.push_back(safeCoords(quadVertices[i], renderSize, Vec2(0.0f)) * 2.0f - 1.0f);