Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawExplicitVertexParameterTests.cpp100 const char *interpolationToString(Interpolation interpolation) in interpolationToString() function
170 name << interpolationToString(params.interpolation) << "_"; in getTestName()
324 attributes["qualifier"] = interpolationToString(m_data.interpolation); in initPrograms()
H A DvktDrawMultipleInterpolationTests.cpp71 const char *interpolationToString(Interpolation interpolation) in interpolationToString() function
782 const std::string resName = interpolationToString((Interpolation)resNdx); in iterate()
795 const std::string refName = interpolationToString((Interpolation)refNdx); in iterate()