Searched refs:plane_idx (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_cliptest_tmp.h101 unsigned plane_idx = ffs(ucp_mask)-1; local
102 ucp_mask &= ~(1 << plane_idx);
103 plane_idx += 6;
112 i = plane_idx - 6;
120 mask |= 1 << plane_idx;
122 if (dot4(clipvertex, plane[plane_idx]) < 0)
123 mask |= 1 << plane_idx;
H A Ddraw_pipe_clip.c277 int plane_idx)
281 if (vert->have_clipdist && plane_idx >= 6) {
283 int _idx = plane_idx - 6;
288 plane = clipper->plane[plane_idx];
331 const unsigned plane_idx = ffs(clipmask)-1; local
332 const boolean is_user_clip_plane = plane_idx >= 6;
338 dp_prev = getclipdist(clipper, vert_prev, plane_idx);
339 clipmask &= ~(1<<plane_idx);
351 float dp = getclipdist(clipper, vert, plane_idx);
478 const unsigned plane_idx local
275 getclipdist(const struct clip_stage *clipper, struct vertex_header *vert, int plane_idx) argument
[all...]
H A Ddraw_llvm.c967 unsigned plane_idx = ffs(ucp_enable)-1; local
968 ucp_enable &= ~(1 << plane_idx);
969 plane_idx += 6;
974 i = plane_idx - 6;
983 temp = lp_build_const_int_vec(gallivm, i32_type, 1 << plane_idx);
989 indices[1] = lp_build_const_int32(gallivm, plane_idx);
1019 temp = lp_build_const_int_vec(gallivm, i32_type, 1 << plane_idx);
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_cliptest_tmp.h101 unsigned plane_idx = ffs(ucp_mask)-1; local
102 ucp_mask &= ~(1 << plane_idx);
103 plane_idx += 6;
112 i = plane_idx - 6;
120 mask |= 1 << plane_idx;
122 if (dot4(clipvertex, plane[plane_idx]) < 0)
123 mask |= 1 << plane_idx;
H A Ddraw_pipe_clip.c277 int plane_idx)
281 if (vert->have_clipdist && plane_idx >= 6) {
283 int _idx = plane_idx - 6;
288 plane = clipper->plane[plane_idx];
331 const unsigned plane_idx = ffs(clipmask)-1; local
332 const boolean is_user_clip_plane = plane_idx >= 6;
338 dp_prev = getclipdist(clipper, vert_prev, plane_idx);
339 clipmask &= ~(1<<plane_idx);
351 float dp = getclipdist(clipper, vert, plane_idx);
478 const unsigned plane_idx local
275 getclipdist(const struct clip_stage *clipper, struct vertex_header *vert, int plane_idx) argument
[all...]
H A Ddraw_llvm.c967 unsigned plane_idx = ffs(ucp_enable)-1; local
968 ucp_enable &= ~(1 << plane_idx);
969 plane_idx += 6;
974 i = plane_idx - 6;
983 temp = lp_build_const_int_vec(gallivm, i32_type, 1 << plane_idx);
989 indices[1] = lp_build_const_int32(gallivm, plane_idx);
1019 temp = lp_build_const_int_vec(gallivm, i32_type, 1 << plane_idx);

Completed in 388 milliseconds