HomeSort by relevance Sort by last modified time
    Searched refs:slice_count (Results 1 - 25 of 35) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_zs.h 45 uint16_t slice_count; member in struct:ilo_state_zs_info
ilo_state_surface.h 68 uint16_t slice_count; member in struct:ilo_state_surface_image_info
ilo_state_zs.c 308 d = info->slice_count;
336 if (!info->slice_count ||
337 info->slice_base + info->slice_count > max_slice) {
378 *rt_view_extent = info->slice_count - 1;
ilo_image.c 239 const uint64_t slice_count = local
241 const uint64_t estimated_size = slice_size * slice_count;
898 const int slice_count = u_minify(info->depth, lv); local
901 (slice_count + slice_count_per_row - 1) / slice_count_per_row;
    [all...]
ilo_state_surface.c 616 d = info->slice_count;
666 if (!info->slice_count ||
667 info->slice_base + info->slice_count > max_slice) {
719 *rt_view_extent = info->slice_count - 1;
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_H263ES.c 391 if (ctx->obj_context->slice_count) { /*First slice of a frame need not slice header*/
393 + ctx->obj_context->slice_count * HEADER_SIZE,
398 cmdbuf->header_mem_p + ctx->slice_header_ofs + ctx->obj_context->slice_count * HEADER_SIZE,
399 ctx->obj_context->slice_count,
402 ctx->LastSliceNum[ctx->SliceToCore] = ctx->obj_context->slice_count;
408 ctx->slice_header_ofs + ctx->obj_context->slice_count * HEADER_SIZE);
444 ctx->obj_context->slice_count);
446 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Now frame_count/slice_count is %d/%d\n",
447 ctx->obj_context->frame_count, ctx->obj_context->slice_count);
449 ctx->obj_context->slice_count++
    [all...]
pnw_MPEG4ES.c 453 ctx->obj_context->slice_count);
455 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Now frame_count/slice_count is %d/%d\n",
456 ctx->obj_context->frame_count, ctx->obj_context->slice_count);
458 ctx->obj_context->slice_count++;
461 ASSERT(ctx->obj_context->slice_count < MAX_SLICES_PER_PICTURE);
pnw_H264ES.c 750 + ctx->obj_context->slice_count * HEADER_SIZE,
756 + ctx->obj_context->slice_count * HEADER_SIZE,
771 || ctx->obj_context->slice_count == 1 + ctx->LastSliceNum[ctx->SliceToCore] );
774 ctx->LastSliceNum[ctx->SliceToCore] = ctx->obj_context->slice_count;
780 ctx->slice_header_ofs + ctx->obj_context->slice_count * HEADER_SIZE);
790 + ctx->obj_context->slice_count;
812 ctx->obj_context->slice_count);
814 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Now frame_count/slice_count is %d/%d\n",
815 ctx->obj_context->frame_count, ctx->obj_context->slice_count);
817 ctx->obj_context->slice_count++
    [all...]
pnw_MPEG2.c 514 uint32_t slice_count; member in struct:context_MPEG2_s
    [all...]
psb_cmdbuf.c     [all...]
  /hardware/intel/img/psb_video/src/mrst/
lnc_H263ES.c 374 if (ctx->obj_context->slice_count) { /*First slice of a frame need not slice header*/
376 (IMG_UINT32 *)(cmdbuf->header_mem_p + ctx->slice_header_ofs + ctx->obj_context->slice_count * HEADER_SIZE),
377 ctx->obj_context->slice_count,
380 lnc_cmdbuf_insert_command(cmdbuf, MTX_CMDID_DO_HEADER, 2, (ctx->obj_context->slice_count << 2) | 2);
382 ctx->slice_header_ofs + ctx->obj_context->slice_count * HEADER_SIZE,
413 ctx->obj_context->slice_count,
416 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Now frame_count/slice_count is %d/%d\n",
417 ctx->obj_context->frame_count, ctx->obj_context->slice_count);
419 ctx->obj_context->slice_count++;
422 ASSERT(ctx->obj_context->slice_count < MAX_SLICES_PER_PICTURE)
    [all...]
lnc_MPEG4ES.c 398 ctx->obj_context->slice_count,
401 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Now frame_count/slice_count is %d/%d\n",
402 ctx->obj_context->frame_count, ctx->obj_context->slice_count);
404 ctx->obj_context->slice_count++;
407 ASSERT(ctx->obj_context->slice_count < MAX_SLICES_PER_PICTURE);
lnc_H264ES.c 502 lnc__H264_prepare_slice_header((IMG_UINT32 *)(cmdbuf->header_mem_p + ctx->slice_header_ofs + ctx->obj_context->slice_count * HEADER_SIZE),
512 lnc_cmdbuf_insert_command(cmdbuf, MTX_CMDID_DO_HEADER, 2, (ctx->obj_context->slice_count << 2) | 2);
514 ctx->slice_header_ofs + ctx->obj_context->slice_count * HEADER_SIZE,
547 ctx->obj_context->slice_count, ctx->max_slice_size);
549 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Now frame_count/slice_count is %d/%d\n",
550 ctx->obj_context->frame_count, ctx->obj_context->slice_count);
552 ctx->obj_context->slice_count++;
555 ASSERT(ctx->obj_context->slice_count < MAX_SLICES_PER_PICTURE);
    [all...]
psb_H264.c 151 uint32_t slice_count; member in struct:context_H264_s
    [all...]
  /external/mesa3d/src/gallium/state_trackers/va/
picture_vc1.c 35 context->desc.vc1.slice_count = 0;
73 context->desc.vc1.slice_count += buf->num_elements;
picture_h264.c 51 context->desc.h264.slice_count = 0;
166 context->desc.h264.slice_count += buf->num_elements;