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

/external/clang/test/CodeGen/
H A Dcomplex-convert.c23 _Complex unsigned long long cull1; local
214 cull1 = sc;
222 cull1 = uc;
230 cull1 = sll;
237 cull1 = ull;
294 cull1 = sc + cull;
358 cull1 = uc + cull;
443 cull1 = ull + cuc;
471 cull1 = ull + cull;
601 cull1
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c82 float cull1 = header->v[0]->data[out_idx][idx]; local
83 boolean vert1_out = cull_distance_is_out(cull1);
112 float cull1 = header->v[0]->data[out_idx][idx]; local
114 boolean vert1_out = cull_distance_is_out(cull1);
142 float cull1 = header->v[0]->data[out_idx][idx]; local
145 boolean vert1_out = cull_distance_is_out(cull1);

Completed in 191 milliseconds