Searched refs:tmp_stride (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/util/format/ |
D | u_format.c | 741 unsigned tmp_stride; in util_format_translate() local 749 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row; in util_format_translate() 750 tmp_row = malloc(y_step * tmp_stride); in util_format_translate() 755 …util_format_unpack_rgba_8unorm_rect(src_format, tmp_row, tmp_stride, src_row, src_stride, width, y… in util_format_translate() 756 pack->pack_rgba_8unorm(dst_row, dst_stride, tmp_row, tmp_stride, width, y_step); in util_format_translate() 764 …util_format_unpack_rgba_8unorm_rect(src_format, tmp_row, tmp_stride, src_row, src_stride, width, h… in util_format_translate() 765 pack->pack_rgba_8unorm(dst_row, dst_stride, tmp_row, tmp_stride, width, height); in util_format_translate() 772 unsigned tmp_stride; in util_format_translate() local 780 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row; in util_format_translate() 781 tmp_row = malloc(y_step * tmp_stride); in util_format_translate() [all …]
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_vp3_video_vp.c | 117 uint32_t tmp_stride; member 331 h->tmp_stride = dec->tmp_stride >> 8; in nouveau_vp3_fill_picparm_h264_vp() 332 assert(h->tmp_stride); in nouveau_vp3_fill_picparm_h264_vp()
|
D | nouveau_vp3_video.h | 114 unsigned fence_seq, fw_sizes, last_frame_num, tmp_stride, ref_stride; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv98_video.c | 217 dec->tmp_stride = 16 * mb_half(templ->width) * nouveau_vp3_video_align(templ->height) * 3 / 2; in nv98_create_decoder() 218 tmp_size = dec->tmp_stride * (templ->max_references + 1); in nv98_create_decoder()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_video.c | 239 dec->tmp_stride = 16 * mb_half(templ->width) * nouveau_vp3_video_align(templ->height) * 3 / 2; in nvc0_create_decoder() 240 tmp_size = dec->tmp_stride * (templ->max_references + 1); in nvc0_create_decoder()
|