Searched refs:plane_idx (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_cliptest_tmp.h | 136 unsigned plane_idx = ffs(ucp_mask)-1; in do_cliptest() local 137 ucp_mask &= ~(1 << plane_idx); in do_cliptest() 138 plane_idx += 6; in do_cliptest() 147 i = plane_idx - 6; in do_cliptest() 154 mask |= 1 << plane_idx; in do_cliptest() 156 if (!(dot4(clipvertex, plane[plane_idx]) >= 0)) in do_cliptest() 157 mask |= 1 << plane_idx; in do_cliptest()
|
H A D | draw_pipe_clip.c | 313 int plane_idx) in getclipdist() 317 if (plane_idx < 6) { in getclipdist() 319 plane = clipper->plane[plane_idx]; in getclipdist() 324 int _idx = plane_idx - 6; in getclipdist() 332 plane = clipper->plane[plane_idx]; in getclipdist() 416 const unsigned plane_idx = ffs(clipmask)-1; in do_clip_tri() local 417 const boolean is_user_clip_plane = plane_idx >= 6; in do_clip_tri() 423 dp_prev = getclipdist(clipper, vert_prev, plane_idx); in do_clip_tri() 424 clipmask &= ~(1<<plane_idx); in do_clip_tri() 440 float dp = getclipdist(clipper, vert, plane_idx); in do_clip_tri() 311 getclipdist(const struct clip_stage *clipper, struct vertex_header *vert, int plane_idx) getclipdist() argument 596 const unsigned plane_idx = ffs(clipmask)-1; do_clip_line() local 673 const unsigned plane_idx = ffs(clipmask)-1; clip_point_guard_xy() local [all...] |
H A D | draw_llvm.c | 1623 unsigned plane_idx = ffs(ucp_enable)-1; in generate_clipmask() local 1624 ucp_enable &= ~(1 << plane_idx); in generate_clipmask() 1625 plane_idx += 6; in generate_clipmask() 1630 i = plane_idx - 6; in generate_clipmask() 1641 temp = lp_build_const_int_vec(gallivm, i32_type, 1LL << plane_idx); in generate_clipmask() 1648 indices[1] = lp_build_const_int32(gallivm, plane_idx); in generate_clipmask() 1665 temp = lp_build_const_int_vec(gallivm, i32_type, 1LL << plane_idx); in generate_clipmask()
|
/third_party/ffmpeg/libavcodec/ |
H A D | bink.c | 854 int plane_idx, int is_key, int is_chroma) in binkb_decode_plane() 868 const int stride = frame->linesize[plane_idx]; in binkb_decode_plane() 873 ref_start = frame->data[plane_idx]; in binkb_decode_plane() 874 ref_end = frame->data[plane_idx] + ((bh - 1) * frame->linesize[plane_idx] + bw - 1) * 8; in binkb_decode_plane() 885 dst = frame->data[plane_idx] + 8*by*stride; in binkb_decode_plane() 1022 int plane_idx, int is_chroma) in bink_decode_plane() 1034 const int stride = frame->linesize[plane_idx]; in bink_decode_plane() 1043 dst = frame->data[plane_idx]; in bink_decode_plane() 1057 ref_start = c->last->data[plane_idx] in bink_decode_plane() 853 binkb_decode_plane(BinkContext *c, AVFrame *frame, GetBitContext *gb, int plane_idx, int is_key, int is_chroma) binkb_decode_plane() argument 1021 bink_decode_plane(BinkContext *c, AVFrame *frame, GetBitContext *gb, int plane_idx, int is_chroma) bink_decode_plane() argument 1261 int plane, plane_idx, ret; decode_frame() local [all...] |
Completed in 10 milliseconds