Searched refs:hull_vertex_data (Results 1 – 1 of 1) sorted by relevance
/external/skqp/src/gpu/ccpr/ |
D | GrCCCoverageProcessor_VSImpl.cpp | 53 static constexpr int32_t hull_vertex_data(int32_t cornerID, int32_t bloatIdx, int n) { in hull_vertex_data() function 73 hull_vertex_data(0, 0, 3), 74 hull_vertex_data(0, 1, 3), 75 hull_vertex_data(0, 2, 3), 76 hull_vertex_data(1, 0, 3), 77 hull_vertex_data(1, 1, 3), 78 hull_vertex_data(1, 2, 3), 79 hull_vertex_data(2, 0, 3), 80 hull_vertex_data(2, 1, 3), 81 hull_vertex_data(2, 2, 3), [all …]
|