Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderVertexOrdering.cpp586 const float barycentric_vertex_data[] = { in verifyVertexOrderingCorrectness() local
594 …DE_ASSERT(de::abs(barycentric_vertex_data[0] + barycentric_vertex_data[1] + barycentric_vertex_dat… in verifyVertexOrderingCorrectness()
596 …DE_ASSERT(de::abs(barycentric_vertex_data[3] + barycentric_vertex_data[4] + barycentric_vertex_dat… in verifyVertexOrderingCorrectness()
598 …DE_ASSERT(de::abs(barycentric_vertex_data[6] + barycentric_vertex_data[7] + barycentric_vertex_dat… in verifyVertexOrderingCorrectness()
604 barycentric_vertex_data + n_vertex * 3, cartesian_vertex_data + n_vertex * 2); in verifyVertexOrderingCorrectness()
DesextcTessellationShaderVertexSpacing.cpp1007 const float* barycentric_vertex_data = in initTest() local
1011 TessellationShaderUtils::convertBarycentricCoordinatesToCartesian(barycentric_vertex_data, in initTest()