Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_user_cull.c102 boolean vert2_out = cull_distance_is_out(cull2); in user_cull_line() local
103 if (vert1_out && vert2_out) in user_cull_line()
135 boolean vert2_out = cull_distance_is_out(cull2); in user_cull_tri() local
137 if (vert1_out && vert2_out && vert3_out) { in user_cull_tri()