HomeSort by relevance Sort by last modified time
    Searched defs:plane_idx (Results 1 - 15 of 15) 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 327 uint32_t plane_idx = (index * buf_info.frame_buf_cnt); local
350 bufs->getBufDef(plane_offset, planeBufDef[plane_idx], plane_idx);
352 cont_buf->buf_idx[i] = planeBufDef[plane_idx].buf_idx;
353 plane_idx++;
357 LOGD("num_buf = %d index = %d plane_idx = %d",
358 bufDef.user_buf.num_buffers, index, plane_idx);
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL/
QCameraMem.cpp 326 uint32_t plane_idx = (index * buf_info.frame_buf_cnt); local
349 bufs->getBufDef(plane_offset, planeBufDef[plane_idx], plane_idx);
351 cont_buf->buf_idx[i] = planeBufDef[plane_idx].buf_idx;
352 plane_idx++;
356 LOGD("num_buf = %d index = %d plane_idx = %d",
357 bufDef.user_buf.num_buffers, index, plane_idx);
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 310 int32_t plane_idx; member in struct:__anon4907
319 int32_t plane_idx; member in struct:__anon4908
554 int32_t plane_idx,
562 int32_t plane_idx);
598 int32_t plane_idx,
604 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:__anon3570
345 int32_t plane_idx; member in struct:__anon3571
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:__anon4122
345 int32_t plane_idx; member in struct:__anon4123
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:__anon4704
331 int32_t plane_idx; /* planner index. valid if type is STREAM_BUF. member in struct:__anon4705
    [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:__anon3318
400 int32_t plane_idx; /* planner index. valid if type is STREAM_BUF. member in struct:__anon3319
    [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:__anon3870
400 int32_t plane_idx; /* planner index. valid if type is STREAM_BUF. member in struct:__anon3871
    [all...]
  /hardware/qcom/camera/QCamera2/stack/common/
cam_types.h 432 int32_t plane_idx; /* planner index. valid if type is STREAM_BUF. member in struct:__anon31380
450 int32_t plane_idx; /* planner index. valid if type is STREAM_BUF. member in struct:__anon31382
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/common/
cam_types.h 437 int32_t plane_idx; /* planner index. valid if type is STREAM_BUF. member in struct:__anon32029
455 int32_t plane_idx; /* planner index. valid if type is STREAM_BUF. member in struct:__anon32031
    [all...]

Completed in 310 milliseconds