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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_user_cull.c107 boolean vert2_out = cull_distance_is_out(cull2); local in function:user_cull_line
108 if (vert1_out && vert2_out)
140 boolean vert2_out = cull_distance_is_out(cull2); local in function:user_cull_tri
142 if (vert1_out && vert2_out && vert3_out) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c115 boolean vert2_out = cull_distance_is_out(cull2); local in function:cull_line
116 if (vert1_out && vert2_out)
146 boolean vert2_out = cull_distance_is_out(cull2); local in function:cull_tri
148 if (vert1_out && vert2_out && vert3_out)

Completed in 4 milliseconds