Searched refs:quadProvokingTri (Results 1 – 1 of 1) sorted by relevance
116 static const int32_t quadProvokingTri[2][4] = { { 0, 0, 0, 1 },{ 0, -1, 0, 0 } }; in ProcessAttributes() local123 adjustedTriIndex = triIndex + quadProvokingTri[triIndex & 1][provokingVertex]; in ProcessAttributes()