Home
last modified time | relevance | path

Searched refs:edgeDesc (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationInvarianceTests.cpp532 void logOuterTessellationLevel (tcu::TestLog& log, const float tessLevel, const OuterEdgeDescription& edgeDesc) in logOuterTessellationLevel() argument
535 << "Testing with outer tessellation level " << tessLevel << " for the " << edgeDesc.description() << " edge, and with various levels for other edges, and with all programs" in logOuterTessellationLevel()
749 const OuterEdgeDescription& edgeDesc = m_edgeDescriptions[outerEdgeIndex]; in iterate() local
755 logOuterTessellationLevel(m_context.getTestContext().getLog(), m_singleOuterEdgeLevels[outerEdgeLevelCaseNdx], edgeDesc); in iterate()
784 if (edgeDesc.contains(coord)) in iterate()
841 const OuterEdgeDescription& edgeDesc = m_edgeDescriptions[outerEdgeIndex]; in iterate() local
845 logOuterTessellationLevel(m_context.getTestContext().getLog(), m_singleOuterEdgeLevels[outerEdgeLevelCaseNdx], edgeDesc); in iterate()
860 if (edgeDesc.contains(coord)) in iterate()
895 << "Failure: the set of vertices on the " << edgeDesc.description() << " edge" in iterate()
900 << "Note: set of vertices on " << edgeDesc in iterate()
936 const OuterEdgeDescription& edgeDesc = m_edgeDescriptions[outerEdgeIndex]; iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationInvarianceTests.cpp522 void logOuterTessellationLevel (tcu::TestLog& log, const float tessLevel, const OuterEdgeDescription& edgeDesc) in logOuterTessellationLevel() argument
525 << "Testing with outer tessellation level " << tessLevel << " for the " << edgeDesc.description() << " edge, and with various levels for other edges, and with all programs" in logOuterTessellationLevel()
737 const OuterEdgeDescription& edgeDesc = m_edgeDescriptions[outerEdgeIndex]; in iterate() local
743 logOuterTessellationLevel(m_context.getTestContext().getLog(), m_singleOuterEdgeLevels[outerEdgeLevelCaseNdx], edgeDesc); in iterate()
772 if (edgeDesc.contains(coord)) in iterate()
829 const OuterEdgeDescription& edgeDesc = m_edgeDescriptions[outerEdgeIndex]; in iterate() local
833 logOuterTessellationLevel(m_context.getTestContext().getLog(), m_singleOuterEdgeLevels[outerEdgeLevelCaseNdx], edgeDesc); in iterate()
848 if (edgeDesc.contains(coord)) in iterate()
883 << "Failure: the set of vertices on the " << edgeDesc.description() << " edge" in iterate()
888 << "Note: set of vertices on " << edgeDesc in iterate()
924 const OuterEdgeDescription& edgeDesc = m_edgeDescriptions[outerEdgeIndex]; iterate() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTessellationTests.cpp4133 const OuterEdgeDescription& edgeDesc = edgeDescriptions[outerEdgeIndex];
4144 << " for the " << edgeDesc.description() << " edge, and with various levels for other edges, and with all programs" << TestLog::EndMessage;
4184 if (edgeDesc.contains(vtx))
4418 const OuterEdgeDescription& edgeDesc = edgeDescriptions[outerEdgeIndex];
4428 << " for the " << edgeDesc.description() << " edge, and with various levels for other edges" << TestLog::EndMessage;
4461 if (edgeDesc.contains(vtx))
4465 if (m_primitiveType == TESSPRIMITIVETYPE_TRIANGLES && vtx == tcu::select(Vec3(0.0f), Vec3(0.5f), singleTrueMask<3>(edgeDesc.constantCoordinateIndex)))
4467 if (m_primitiveType == TESSPRIMITIVETYPE_QUADS && vtx.swizzle(0,1) == tcu::select(Vec2(edgeDesc.constantCoordinateValueChoices[0]),
4469 singleTrueMask<2>(edgeDesc.constantCoordinateIndex)))
4492 endpointA = tcu::select(Vec3(1.0f), Vec3(0.0f), singleTrueMask<3>((edgeDesc
[all...]

Completed in 12 milliseconds