Searched refs:cartesian_vertex_data (Results 1 – 2 of 2) sorted by relevance
577 float cartesian_vertex_data[6] = { primitive_vertex1_data[0], primitive_vertex1_data[1], in verifyVertexOrderingCorrectness() local604 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()
1009 float* cartesian_vertex_data = (float*)run.data_cartesian + n_vertex * 2; /* components */ in initTest() local1012 cartesian_vertex_data); in initTest()