Home
last modified time | relevance | path

Searched refs:aligned_width (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/gpu/drm/vc4/
H A Dvc4_validate.c168 uint32_t aligned_width, aligned_height, stride, size; in vc4_check_tex_size() local
190 aligned_width = round_up(width, utile_w); in vc4_check_tex_size()
194 aligned_width = round_up(width, utile_w * 8); in vc4_check_tex_size()
198 aligned_width = round_up(width, utile_w); in vc4_check_tex_size()
206 stride = aligned_width * cpp; in vc4_check_tex_size()
213 aligned_width, aligned_height, in vc4_check_tex_size()
701 uint32_t aligned_width, aligned_height; in reloc_tex() local
712 aligned_width = round_up(level_width, utile_w * 8); in reloc_tex()
716 aligned_width = round_up(level_width, utile_w); in reloc_tex()
720 aligned_width = round_up(level_width, utile_w); in reloc_tex()
[all …]
/linux/drivers/media/platform/qcom/venus/
H A Dhfi_plat_bufs_v6.c289 u32 aligned_width = ALIGN(width, 16); in h264d_scratch_size() local
294 size = size_h264d_hw_bin_buffer(aligned_width, aligned_height); in h264d_scratch_size()
319 u32 aligned_width = ALIGN(width, 16); in h265d_scratch_size() local
324 size = size_h265d_hw_bin_buffer(aligned_width, aligned_height); in h265d_scratch_size()
331 u32 aligned_width = ALIGN(width, 16); in vpxd_scratch_size() local
333 u32 size_yuv = aligned_width * aligned_height * 3 / 2; in vpxd_scratch_size()
363 u32 aligned_width, aligned_height; in calculate_enc_output_frame_size() local
374 aligned_width = ALIGN(width, 32); in calculate_enc_output_frame_size()
377 ALIGN(aligned_width, 16)) / 256; in calculate_enc_output_frame_size()
407 u32 aligned_width, aligned_height, bitstream_size; in calculate_enc_scratch_size() local
[all …]
H A Dhelpers.h72 int venus_helper_set_stride(struct venus_inst *inst, unsigned int aligned_width,
/linux/drivers/media/platform/chips-media/coda/
H A Dcoda-jpeg.c1076 u16 aligned_width, aligned_height; in coda9_jpeg_prepare_encode() local
1108 aligned_width = round_up(q_data_src->width, width_align[chroma_format]); in coda9_jpeg_prepare_encode()
1111 if (aligned_width != q_data_src->bytesperline) { in coda9_jpeg_prepare_encode()
1113 aligned_width, q_data_src->bytesperline); in coda9_jpeg_prepare_encode()
1159 aligned_width = aligned_height; in coda9_jpeg_prepare_encode()
1167 coda_write(dev, aligned_width << 16 | aligned_height, in coda9_jpeg_prepare_encode()
1188 coda_write(dev, aligned_width << 16 | aligned_height, in coda9_jpeg_prepare_encode()
1330 int aligned_width, aligned_height; in coda9_jpeg_prepare_decode() local
1367 aligned_width = round_up(q_data_src->width, width_align[chroma_format]); in coda9_jpeg_prepare_decode()
1369 if (aligned_width != q_data_dst->bytesperline) { in coda9_jpeg_prepare_decode()
[all …]
/linux/drivers/media/v4l2-core/
H A Dv4l2-common.c401 unsigned int aligned_width; in v4l2_fill_pixfmt_mp() local
404 aligned_width = ALIGN(width, v4l2_format_block_width(info, i)); in v4l2_fill_pixfmt_mp()
408 DIV_ROUND_UP(aligned_width, hdiv) * in v4l2_fill_pixfmt_mp()
415 unsigned int aligned_width; in v4l2_fill_pixfmt_mp() local
418 aligned_width = ALIGN(width, v4l2_format_block_width(info, i)); in v4l2_fill_pixfmt_mp()
423 info->bpp[i] * DIV_ROUND_UP(aligned_width, hdiv) / info->bpp_div[i]; in v4l2_fill_pixfmt_mp()
455 unsigned int aligned_width; in v4l2_fill_pixfmt() local
458 aligned_width = ALIGN(width, v4l2_format_block_width(info, i)); in v4l2_fill_pixfmt()
462 DIV_ROUND_UP(aligned_width, hdiv) * in v4l2_fill_pixfmt()
/linux/drivers/media/platform/st/sti/delta/
H A Ddelta-debug.c43 f->aligned_width, f->aligned_height, in delta_frameinfo_str()
H A Ddelta.h137 u32 aligned_width; member
H A Ddelta-mjpeg-dec.c281 + frame->info.aligned_width * frame->info.aligned_height); in delta_mjpeg_ipc_decode()
/linux/include/drm/
H A Ddrm_framebuffer.h304 u32 aligned_width; member
/linux/drivers/gpu/drm/
H A Ddrm_gem_framebuffer_helper.c559 afbc_fb->aligned_width = ALIGN(mode_cmd->width, w_alignment); in drm_gem_afbc_min_size()
569 n_blocks = (afbc_fb->aligned_width * afbc_fb->aligned_height) in drm_gem_afbc_min_size()
/linux/drivers/staging/media/atomisp/include/linux/
H A Datomisp.h160 u32 aligned_width; member
179 u32 aligned_width; member
/linux/drivers/media/platform/st/sti/hva/
H A Dhva.h44 u32 aligned_width; member
H A Dhva-h264.c607 u32 frame_width = frame->info.aligned_width; in hva_h264_prepare_task()
894 u32 frame_width = pctx->frameinfo.aligned_width; in hva_h264_open()
H A Dhva-debugfs.c31 frame->aligned_width, frame->aligned_height); in format_ctx()
/linux/drivers/staging/media/rkvdec/
H A Drkvdec-vp9.c699 unsigned int aligned_width, aligned_height; in validate_dec_params() local
708 aligned_width = round_up(dec_params->frame_width_minus_1 + 1, 64); in validate_dec_params()
715 if (aligned_width != ctx->decoded_fmt.fmt.pix_mp.width || in validate_dec_params()
/linux/drivers/staging/media/atomisp/pci/runtime/binary/src/
H A Dbinary.c330 dvs_info->aligned_width = binary->dis.grid.pad.width; in ia_css_binary_dvs_grid_info()
368 s3a_info->aligned_width = binary->s3atbl_isp_width; in ia_css_binary_3a_grid_info()