Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationInvarianceTests.cpp966 tcu::Vec3 endpointB; in iterate() local
971endpointB = tcu::select(tcu::Vec3(1.0f), tcu::Vec3(0.0f), singleTrueMask<3>((edgeDesc.constantCoor… in iterate()
976endpointB.xy() = tcu::select(tcu::Vec2(edgeDesc.constantCoordinateValueChoices[0]), tcu::Vec2(1.0f… in iterate()
982 !contains(nonMirroredEdgeVertices, endpointB)) in iterate()
985 …lure: edge doesn't contain both endpoints, " << endpointA << " and " << endpointB << tcu::TestLog:… in iterate()
992 nonMirroredEdgeVertices.erase(endpointB); in iterate()
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp4400 Vec3 endpointB; in iterate() local
4405endpointB = tcu::select(Vec3(1.0f), Vec3(0.0f), singleTrueMask<3>((edgeDesc.constantCoordinateInde… in iterate()
4410endpointB.xy() = tcu::select(Vec2(edgeDesc.constantCoordinateValueChoices[0]), Vec2(1.0f), singleT… in iterate()
4416 !contains(nonMirroredEdgeVertices, endpointB)) in iterate()
4418 …lure: edge doesn't contain both endpoints, " << endpointA << " and " << endpointB << TestLog::EndM… in iterate()
4425 nonMirroredEdgeVertices.erase(endpointB); in iterate()