HomeSort by: relevance | last modified time | path
    Searched refs:tmp_stride (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/util/format/
u_format.c 740 unsigned tmp_stride; local
748 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row;
749 tmp_row = malloc(y_step * tmp_stride);
754 util_format_unpack_rgba_8unorm_rect(src_format, tmp_row, tmp_stride, src_row, src_stride, width, y_step);
755 pack->pack_rgba_8unorm(dst_row, dst_stride, tmp_row, tmp_stride, width, y_step);
763 util_format_unpack_rgba_8unorm_rect(src_format, tmp_row, tmp_stride, src_row, src_stride, width, height);
764 pack->pack_rgba_8unorm(dst_row, dst_stride, tmp_row, tmp_stride, width, height);
771 unsigned tmp_stride; local
779 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row;
780 tmp_row = malloc(y_step * tmp_stride);
802 unsigned tmp_stride; local
832 unsigned tmp_stride; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_format.c 690 unsigned tmp_stride; local
698 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row;
699 tmp_row = MALLOC(y_step * tmp_stride);
704 src_format_desc->unpack_rgba_8unorm(tmp_row, tmp_stride, src_row, src_stride, width, y_step);
705 dst_format_desc->pack_rgba_8unorm(dst_row, dst_stride, tmp_row, tmp_stride, width, y_step);
713 src_format_desc->unpack_rgba_8unorm(tmp_row, tmp_stride, src_row, src_stride, width, height);
714 dst_format_desc->pack_rgba_8unorm(dst_row, dst_stride, tmp_row, tmp_stride, width, height);
721 unsigned tmp_stride; local
729 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row;
730 tmp_row = MALLOC(y_step * tmp_stride);
752 unsigned tmp_stride; local
782 unsigned tmp_stride; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
nv98_video.c 216 dec->tmp_stride = 16 * mb_half(templ->width) * nouveau_vp3_video_align(templ->height) * 3 / 2;
217 tmp_size = dec->tmp_stride * (templ->max_references + 1);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_video.c 238 dec->tmp_stride = 16 * mb_half(templ->width) * nouveau_vp3_video_align(templ->height) * 3 / 2;
239 tmp_size = dec->tmp_stride * (templ->max_references + 1);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
nv98_video.c 216 dec->tmp_stride = 16 * mb_half(templ->width) * nouveau_vp3_video_align(templ->height) * 3 / 2;
217 tmp_size = dec->tmp_stride * (templ->max_references + 1);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_video.c 238 dec->tmp_stride = 16 * mb_half(templ->width) * nouveau_vp3_video_align(templ->height) * 3 / 2;
239 tmp_size = dec->tmp_stride * (templ->max_references + 1);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
nouveau_vp3_video.h 114 unsigned fence_seq, fw_sizes, last_frame_num, tmp_stride, ref_stride; member in struct:nouveau_vp3_decoder
nouveau_vp3_video_vp.c 117 uint32_t tmp_stride; member in struct:h264_picparm_vp
331 h->tmp_stride = dec->tmp_stride >> 8;
332 assert(h->tmp_stride);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
nouveau_vp3_video.h 114 unsigned fence_seq, fw_sizes, last_frame_num, tmp_stride, ref_stride; member in struct:nouveau_vp3_decoder
nouveau_vp3_video_vp.c 117 uint32_t tmp_stride; member in struct:h264_picparm_vp
331 h->tmp_stride = dec->tmp_stride >> 8;
332 assert(h->tmp_stride);
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_copy.c 232 FbStride tmp_stride; local
248 fbGetDrawable(&tmp_pix->drawable, tmp_bits, tmp_stride, tmp_bpp, tmp_xoff,
260 tmp_stride * sizeof(FbBits));

Completed in 13 milliseconds