Lines Matching refs:triangles
26 The rasterization rules for points, lines, and triangles involve testing
2980 triangles where each pair of vertices at each end of the line has identical
3267 or a series of independent triangles.
3309 triangles.
3360 Once the orientation of triangles is determined, they are culled according
3367 * ename:VK_CULL_MODE_NONE specifies that no triangles are discarded
3368 * ename:VK_CULL_MODE_FRONT_BIT specifies that front-facing triangles are
3370 * ename:VK_CULL_MODE_BACK_BIT specifies that back-facing triangles are
3372 * ename:VK_CULL_MODE_FRONT_AND_BACK specifies that all triangles are
3375 Following culling, fragments are produced for any triangles which have not
3568 one of the triangles must: produce a fragment that covers that sample
4218 For triangles if ename:VK_CONSERVATIVE_RASTERIZATION_MODE_OVERESTIMATE_EXT
4225 Degenerate triangles that evaluate to zero area after rasterization, even
4231 The fragment input values for these degenerate triangles take their
4233 Degenerate triangles are considered backfacing and the application can:
4274 For triangles, if ename:VK_CONSERVATIVE_RASTERIZATION_MODE_UNDERESTIMATE_EXT