Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp4353 Vec3 endpointB; in iterate() local
4358endpointB = tcu::select(Vec3(1.0f), Vec3(0.0f), singleTrueMask<3>((edgeDesc.constantCoordinateInde… in iterate()
4363endpointB.xy() = tcu::select(Vec2(edgeDesc.constantCoordinateValueChoices[0]), Vec2(1.0f), singleT… in iterate()
4369 !contains(nonMirroredEdgeVertices, endpointB)) in iterate()
4371 …lure: edge doesn't contain both endpoints, " << endpointA << " and " << endpointB << TestLog::EndM… in iterate()
4378 nonMirroredEdgeVertices.erase(endpointB); in iterate()