Lines Matching refs:edgeDesc
4004 const OuterEdgeDescription& edgeDesc = edgeDescriptions[outerEdgeIndex]; in iterate() local
4015 …<< " for the " << edgeDesc.description() << " edge, and with various levels for other edges, and w… in iterate()
4055 if (edgeDesc.contains(vtx)) in iterate()
4283 const OuterEdgeDescription& edgeDesc = edgeDescriptions[outerEdgeIndex]; in iterate() local
4293 …<< " for the " << edgeDesc.description() << " edge, and with various levels for other edges" << Te… in iterate()
4326 if (edgeDesc.contains(vtx)) in iterate()
4330 …IANGLES && vtx == tcu::select(Vec3(0.0f), Vec3(0.5f), singleTrueMask<3>(edgeDesc.constantCoordinat… in iterate()
4332 …Type == TESSPRIMITIVETYPE_QUADS && vtx.swizzle(0,1) == tcu::select(Vec2(edgeDesc.constantCoordinat… in iterate()
4334 singleTrueMask<2>(edgeDesc.constantCoordinateIndex))) in iterate()
4357 …endpointA = tcu::select(Vec3(1.0f), Vec3(0.0f), singleTrueMask<3>((edgeDesc.constantCoordinateInde… in iterate()
4358 …endpointB = tcu::select(Vec3(1.0f), Vec3(0.0f), singleTrueMask<3>((edgeDesc.constantCoordinateInde… in iterate()
4362 …endpointA.xy() = tcu::select(Vec2(edgeDesc.constantCoordinateValueChoices[0]), Vec2(0.0f), singleT… in iterate()
4363 …endpointB.xy() = tcu::select(Vec2(edgeDesc.constantCoordinateValueChoices[0]), Vec2(1.0f), singleT… in iterate()
4552 const OuterEdgeDescription& edgeDesc = edgeDescriptions[outerEdgeIndex]; in iterate() local
4557 …<< " for the " << edgeDesc.description() << " edge, and with various levels for other edges" << Te… in iterate()
4582 if (edgeDesc.contains(vtx)) in iterate()
4623 …log << TestLog::Message << "Failure: the set of vertices on the " << edgeDesc.description() << " e… in iterate()
4625 …<< TestLog::Message << "Note: set of vertices on " << edgeDesc.description() << " edge, components… in iterate()