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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_user_cull.c47 cull_distance_is_out(float dist) function in typeref:typename:boolean
75 boolean vert1_out = cull_distance_is_out(cull1);
106 boolean vert1_out = cull_distance_is_out(cull1);
107 boolean vert2_out = cull_distance_is_out(cull2);
139 boolean vert1_out = cull_distance_is_out(cull1);
140 boolean vert2_out = cull_distance_is_out(cull2);
141 boolean vert3_out = cull_distance_is_out(cull3);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c55 cull_distance_is_out(float dist) function in typeref:typename:boolean
83 boolean vert1_out = cull_distance_is_out(cull1);
114 boolean vert1_out = cull_distance_is_out(cull1);
115 boolean vert2_out = cull_distance_is_out(cull2);
145 boolean vert1_out = cull_distance_is_out(cull1);
146 boolean vert2_out = cull_distance_is_out(cull2);
147 boolean vert3_out = cull_distance_is_out(cull3);

Completed in 3 milliseconds