Home
last modified time | relevance | path

Searched refs:aligned_height (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_validate.c154 uint32_t aligned_width, aligned_height, stride, size; in vc4_check_tex_size() local
173 aligned_height = height; in vc4_check_tex_size()
177 aligned_height = round_up(height, utile_h * 8); in vc4_check_tex_size()
181 aligned_height = round_up(height, utile_h); in vc4_check_tex_size()
189 size = stride * aligned_height; in vc4_check_tex_size()
195 aligned_width, aligned_height, in vc4_check_tex_size()
682 uint32_t aligned_width, aligned_height; in reloc_tex() local
694 aligned_height = round_up(level_height, utile_h * 8); in reloc_tex()
698 aligned_height = round_up(level_height, utile_h); in reloc_tex()
702 aligned_height = level_height; in reloc_tex()
[all …]
/third_party/mesa3d/src/amd/common/
Dac_surface_modifier_test.c50 unsigned *aligned_pitch, unsigned *aligned_height) in block_count() argument
62 if (aligned_height) in block_count()
63 *aligned_height = h; in block_count()
264 unsigned aligned_pitch, aligned_height; in test_modifier() local
268 &aligned_height) << block_size_bits; in test_modifier()
271 aligned_height = dims[i][1]; in test_modifier()
277 assert(surf.u.gfx9.surf_height == aligned_height); in test_modifier()
/third_party/mesa3d/src/panfrost/lib/
Dpan_tiler.c233 unsigned aligned_height = ALIGN_POT(height, tile_height); in pan_tile_count() local
236 unsigned tile_count_y = aligned_height / tile_height; in pan_tile_count()
/third_party/mesa3d/src/intel/isl/tests/
Disl_surf_get_image_offset_test.c107 uint32_t aligned_height, in t_assert_gfx4_3d_layer() argument
116 *base_y + aligned_height * (z / horiz_layers)); in t_assert_gfx4_3d_layer()
119 *base_y += aligned_height * vert_layers; in t_assert_gfx4_3d_layer()
/third_party/ffmpeg/libavcodec/
Dfic.c54 int aligned_width, aligned_height; member
352 ctx->slice_h = 16 * (ctx->aligned_height >> 4) / nslices; in fic_decode_frame()
360 if (msize <= ctx->aligned_width/8 * (ctx->aligned_height/8) / 8) { in fic_decode_frame()
462 ctx->aligned_height = FFALIGN(avctx->height, 16); in fic_decode_init()
Dg2meet.c1161 int aligned_height; in g2m_init_buffers() local
1165 aligned_height = c->height + 15; in g2m_init_buffers()
1167 c->framebuf = av_mallocz_array(c->framebuf_stride, aligned_height); in g2m_init_buffers()
1177 aligned_height = FFALIGN(c->tile_height, 16); in g2m_init_buffers()
1184 c->synth_tile = av_mallocz(c->tile_stride * aligned_height); in g2m_init_buffers()
1185 c->jpeg_tile = av_mallocz(c->tile_stride * aligned_height); in g2m_init_buffers()
1186 c->kempf_buf = av_mallocz((c->tile_width + 1) * aligned_height + in g2m_init_buffers()
1188 c->kempf_flags = av_mallocz(c->tile_width * aligned_height); in g2m_init_buffers()
1193 c->epic_buf_base = av_mallocz(c->epic_buf_stride * aligned_height + 4); in g2m_init_buffers()
Dsanm.c273 int aligned_width, aligned_height; member
444 ctx->aligned_height = FFALIGN(height, 8); in init_sizes()
446 ctx->buf_size = ctx->aligned_width * ctx->aligned_height * sizeof(ctx->frm0[0]); in init_sizes()
1232 for (cy = 0; cy < ctx->aligned_height; cy += 8) in decode_2()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vcn_enc_4_0.c100 uint32_t aligned_height = enc->enc_pic.session_init.aligned_picture_height; in radeon_enc_ctx() local
105 int luma_size = enc->enc_pic.ctx_buf.rec_luma_pitch * align(aligned_height, enc->alignment); in radeon_enc_ctx()
Dradeon_vcn_enc.c411 uint32_t aligned_height = align(enc->base.height, 16); in setup_dpb() local
414 int luma_size = rec_luma_pitch * align(aligned_height, enc->alignment); in setup_dpb()
Dradeon_vcn_enc_1_2.c1040 uint32_t aligned_height = enc->enc_pic.session_init.aligned_picture_height; in radeon_enc_ctx() local
1045 int luma_size = enc->enc_pic.ctx_buf.rec_luma_pitch * align(aligned_height, enc->alignment); in radeon_enc_ctx()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11decoder.cpp164 gint aligned_height; member
496 align.padding_bottom = self->aligned_height - GST_VIDEO_INFO_HEIGHT (info); in gst_d3d11_decoder_prepare_output_view_pool()
760 desc.Height = self->aligned_height; in gst_d3d11_decoder_ensure_staging_texture()
818 gint aligned_width, aligned_height; in gst_d3d11_decoder_open() local
888 aligned_height = GST_ROUND_UP_N (self->coded_height, alignment); in gst_d3d11_decoder_open()
890 aligned_height != self->coded_height) { in gst_d3d11_decoder_open()
894 aligned_height); in gst_d3d11_decoder_open()
898 self->aligned_height = aligned_height; in gst_d3d11_decoder_open()
901 decoder_desc.SampleHeight = aligned_height; in gst_d3d11_decoder_open()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_resource.c107 unsigned aligned_height; in setup_miptree() local
111 aligned_height = align(height, 16); in setup_miptree()
114 aligned_height = height; in setup_miptree()
119 util_format_get_nblocksy(pres->format, aligned_height) * in setup_miptree()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_job_render.c1384 uint32_t aligned_height = in pvr_render_job_ws_fragment_state_init() local
1390 aligned_height, in pvr_render_job_ws_fragment_state_init()
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst1650 - freedreno/a6xx: Remove the "aligned_height" temporary.