Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.cpp656 std::string getTessellationLevelsString (const TessLevels& tessLevels, const TessPrimitiveType prim… in getTessellationLevelsString() function
684 std::string getTessellationLevelsString (const float* inner, const float* outer) in getTessellationLevelsString() function
691 return getTessellationLevelsString(tessLevels, TESSPRIMITIVETYPE_QUADS); in getTessellationLevelsString()
DvktTessellationUtil.hpp231 std::string getTessellationLevelsString (const TessLevels& tessLevels, const TessPrimitive…
232 std::string getTessellationLevelsString (const float* inner, const float* outer);
DvktTessellationInvarianceTests.cpp782 << getTessellationLevelsString(&patchTessLevels[0], &patchTessLevels[2]) << "\n" in iterate()
784 << getTessellationLevelsString(innerLevels, outerLevels) in iterate()
1405 …tessLevelsStr << (levelCase.levels.size() > 1u ? "\n" : "") << getTessellationLevelsString(levelCa… in iterate()
1497 …e << "Note: tessellation levels for both primitives were: " << getTessellationLevelsString(tessLev… in iterate()
1511 …<< " - case A: program 0, tessellation levels: " << getTessellationLevelsString(tessLevelCases[te… in iterate()
1512 …ase B: program " << programNdx << ", tessellation levels: " << getTessellationLevelsString(tessLev… in iterate()
2057 …<< "Testing with tessellation levels: " << getTessellationLevelsString(tessLevelCases[tessLevelCas… in test()
DvktTessellationMiscDrawTests.cpp226 …<< "Tessellation levels: " << getTessellationLevelsString(tessLevelCases[tessLevelCaseNdx], caseDe… in runTest()
DvktTessellationGeometryPassthroughTests.cpp504 …log << tcu::TestLog::Message << "Tessellation levels: " << getTessellationLevelsString(m_params.te… in iterate()
DvktTessellationPrimitiveDiscardTests.cpp208 << getTessellationLevelsString(&attr[0], &attr[1]) in verifyResultImage()
DvktTessellationCoordinatesTests.cpp552 …<< "Tessellation levels: " << getTessellationLevelsString(tessLevelCases[tessLevelCaseNdx], m_prim… in iterate()