Searched refs:endpointB (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationInvarianceTests.cpp | 966 tcu::Vec3 endpointB; in iterate() local 971 …endpointB = tcu::select(tcu::Vec3(1.0f), tcu::Vec3(0.0f), singleTrueMask<3>((edgeDesc.constantCoor… in iterate() 976 …endpointB.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/ |
D | es31fTessellationTests.cpp | 4400 Vec3 endpointB; in iterate() local 4405 …endpointB = tcu::select(Vec3(1.0f), Vec3(0.0f), singleTrueMask<3>((edgeDesc.constantCoordinateInde… in iterate() 4410 …endpointB.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()
|