Searched refs:interpolateVertexQuad (Results 1 – 1 of 1) sorted by relevance
110 inline float interpolateVertexQuad (const tcu::Vec4& quad, float x, float y) in interpolateVertexQuad() function121 return interpolateVertexQuad(tcu::Vec4(x0y0, (x0y0+x1y1)*0.5f, (x0y0+x1y1)*0.5f, x1y1), x, y); in interpolateVertex()