Home
last modified time | relevance | path

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

/external/deqp/framework/referencerenderer/
DrrRenderer.cpp936 static float findTriangleVertexDepthSlope (const tcu::Vec4& p, const tcu::Vec4& v0, const tcu::Vec4… in findTriangleVertexDepthSlope() function
966 …const float d1 = findTriangleVertexDepthSlope(triangle.v0->position, triangle.v1->position, triang… in findPrimitiveMaximumDepthSlope()
967 …const float d2 = findTriangleVertexDepthSlope(triangle.v1->position, triangle.v2->position, triang… in findPrimitiveMaximumDepthSlope()
968 …const float d3 = findTriangleVertexDepthSlope(triangle.v2->position, triangle.v0->position, triang… in findPrimitiveMaximumDepthSlope()