Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_cull.c115 boolean vert2_out = cull_distance_is_out(cull2); in cull_line() local
116 if (vert1_out && vert2_out) in cull_line()
146 boolean vert2_out = cull_distance_is_out(cull2); in cull_tri() local
148 if (vert1_out && vert2_out && vert3_out) in cull_tri()