Home
last modified time | relevance | path

Searched refs:safeCoords (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fVertexTextureTests.cpp98 static inline tcu::Vector<float, Size> safeCoords (const tcu::Vector<float, Size>& raw, const tcu::… in safeCoords() function
108 return safeCoords(raw, textureSize, Vec2(0.5f)); in safe2DTexCoords()
249 m_positions.push_back(safeCoords(quadVertices[i], renderSize, Vec2(0.0f)) * 2.0f - 1.0f); in PosTexCoordQuadGrid()
/external/deqp/modules/gles3/functional/
Des3fVertexTextureTests.cpp116 static inline tcu::Vector<float, Size> safeCoords (const tcu::Vector<float, Size>& raw, const tcu::… in safeCoords() function
126 return safeCoords(raw, textureSize, Vec2(0.5f)); in safe2DTexCoords()
131 return safeCoords(raw, textureSize, Vec3(0.5f, 0.5f, 0.0f)); in safe2DArrayTexCoords()
136 return safeCoords(raw, textureSize, Vec3(0.5f)); in safe3DTexCoords()
299 m_positions.push_back(safeCoords(quadVertices[i], renderSize, Vec2(0.0f)) * 2.0f - 1.0f); in PosTexCoordQuadGrid()