Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderVertexOrdering.cpp577 float cartesian_vertex_data[6] = { primitive_vertex1_data[0], primitive_vertex1_data[1], in verifyVertexOrderingCorrectness() local
604 barycentric_vertex_data + n_vertex * 3, cartesian_vertex_data + n_vertex * 2); in verifyVertexOrderingCorrectness()
615 determinant += (cartesian_vertex_data[n_vertex * 2 /* components */ + 0] * in verifyVertexOrderingCorrectness()
616 cartesian_vertex_data[i_op_1 * 2 /* components */ + 1] - in verifyVertexOrderingCorrectness()
617 cartesian_vertex_data[i_op_1 * 2 /* components */ + 0] * in verifyVertexOrderingCorrectness()
618 cartesian_vertex_data[n_vertex * 2 /* components */ + 1]); in verifyVertexOrderingCorrectness()
DesextcTessellationShaderVertexSpacing.cpp1009 float* cartesian_vertex_data = (float*)run.data_cartesian + n_vertex * 2; /* components */ in initTest() local
1012 cartesian_vertex_data); in initTest()