HomeSort by relevance Sort by last modified time
    Searched defs:plane_idx (Results 1 - 13 of 13) sorted by null

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_cliptest_tmp.h 101 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;
draw_pipe_clip.c 277 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 = ffs(clipmask)-1 local
    [all...]
draw_llvm.c 967 unsigned plane_idx = ffs(ucp_enable)-1; local
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraMem.cpp 285 uint32_t plane_idx = (index * buf_info.frame_buf_cnt); local
308 bufs->getBufDef(plane_offset, planeBufDef[plane_idx], plane_idx);
310 cont_buf->buf_idx[i] = planeBufDef[plane_idx].buf_idx;
311 plane_idx++;
315 CDBG("%s: num_buf = %d index = %d plane_idx = %d",
316 __func__, bufDef.user_buf.num_buffers, index, plane_idx);
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraMem.cpp 285 uint32_t plane_idx = (index * buf_info.frame_buf_cnt); local
308 bufs->getBufDef(plane_offset, planeBufDef[plane_idx], plane_idx);
310 cont_buf->buf_idx[i] = planeBufDef[plane_idx].buf_idx;
311 plane_idx++;
315 CDBG("%s: num_buf = %d index = %d plane_idx = %d",
316 __func__, bufDef.user_buf.num_buffers, index, plane_idx);
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraMem.cpp 321 uint32_t plane_idx = (index * buf_info.frame_buf_cnt); local
344 bufs->getBufDef(plane_offset, planeBufDef[plane_idx], plane_idx);
346 cont_buf->buf_idx[i] = planeBufDef[plane_idx].buf_idx;
347 plane_idx++;
351 LOGD("num_buf = %d index = %d plane_idx = %d",
352 bufDef.user_buf.num_buffers, index, plane_idx);
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 308 int32_t plane_idx; member in struct:__anon5614
317 int32_t plane_idx; member in struct:__anon5615
552 int32_t plane_idx,
560 int32_t plane_idx);
596 int32_t plane_idx,
602 int32_t plane_idx);
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 336 int32_t plane_idx; member in struct:__anon3559
345 int32_t plane_idx; member in struct:__anon3560
607 int32_t plane_idx,
615 int32_t plane_idx);
650 int32_t plane_idx,
656 int32_t plane_idx);
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 336 int32_t plane_idx; member in struct:__anon4470
345 int32_t plane_idx; member in struct:__anon4471
607 int32_t plane_idx,
615 int32_t plane_idx);
650 int32_t plane_idx,
656 int32_t plane_idx);
  /device/moto/shamu/camera/QCamera2/stack/common/
cam_types.h 319 int32_t plane_idx; /* planner index. valid if type is STREAM_BUF. member in struct:__anon5411
331 int32_t plane_idx; /* planner index. valid if type is STREAM_BUF. member in struct:__anon5412
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/common/
cam_types.h 388 int32_t plane_idx; /* planner index. valid if type is STREAM_BUF. member in struct:__anon3307
400 int32_t plane_idx; /* planner index. valid if type is STREAM_BUF. member in struct:__anon3308
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/common/
cam_types.h 388 int32_t plane_idx; /* planner index. valid if type is STREAM_BUF. member in struct:__anon4218
400 int32_t plane_idx; /* planner index. valid if type is STREAM_BUF. member in struct:__anon4219
    [all...]
  /hardware/qcom/camera/QCamera2/stack/common/
cam_types.h 422 int32_t plane_idx; /* planner index. valid if type is STREAM_BUF. member in struct:__anon31830
439 int32_t plane_idx; /* planner index. valid if type is STREAM_BUF. member in struct:__anon31832
    [all...]

Completed in 266 milliseconds