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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_user_cull.c74 float cull1 = header->v[0]->data[out_idx][idx]; local in function:user_cull_point
75 boolean vert1_out = cull_distance_is_out(cull1);
104 float cull1 = header->v[0]->data[out_idx][idx]; local in function:user_cull_line
106 boolean vert1_out = cull_distance_is_out(cull1);
136 float cull1 = header->v[0]->data[out_idx][idx]; local in function:user_cull_tri
139 boolean vert1_out = cull_distance_is_out(cull1);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c82 float cull1 = header->v[0]->data[out_idx][idx]; local in function:cull_point
83 boolean vert1_out = cull_distance_is_out(cull1);
112 float cull1 = header->v[0]->data[out_idx][idx]; local in function:cull_line
114 boolean vert1_out = cull_distance_is_out(cull1);
142 float cull1 = header->v[0]->data[out_idx][idx]; local in function:cull_tri
145 boolean vert1_out = cull_distance_is_out(cull1);

Completed in 3 milliseconds