Home
last modified time | relevance | path

Searched refs:surf_pitch (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_surface.c55 config.nv04.surf_pitch = s->pitch; in nouveau_surface_alloc()
Dnv10_state_fb.c67 .nv04.surf_pitch = 0 in setup_hierz_buffer()
/external/libdrm/nouveau/
Dabi16.c302 bo->config.nv04.surf_pitch = info->tile_mode; in abi16_bo_info()
347 info->tile_mode = config->nv04.surf_pitch; in abi16_bo_init()
Dnouveau.h99 uint32_t surf_pitch; member
/external/mesa3d/src/amd/common/
Dac_surface.h158 uint16_t surf_pitch; /* in blocks */ member
Dac_surface.c1399 surf->u.gfx9.surf_pitch = out.pitch; in gfx9_compute_miptree()
1407 surf->u.gfx9.surf_pitch = align(surf->u.gfx9.surf_pitch / surf->blk_w, 256 / surf->bpe); in gfx9_compute_miptree()
1409 MAX2(surf->u.gfx9.surf.epitch, surf->u.gfx9.surf_pitch * surf->blk_w - 1); in gfx9_compute_miptree()
1417 surf->u.gfx9.surf_pitch * out.height * surf->bpe * surf->blk_w); in gfx9_compute_miptree()
2463 surf->u.gfx9.surf_pitch = pitch; in ac_surface_override_offset_stride()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vce_52.c200 RVCE_CS(enc->luma->u.gfx9.surf_pitch * enc->luma->bpe); // encRefPicLumaPitch in create()
201 RVCE_CS(enc->chroma->u.gfx9.surf_pitch * enc->chroma->bpe); // encRefPicChromaPitch in create()
280 RVCE_CS(enc->luma->u.gfx9.surf_pitch * enc->luma->bpe); // encInputPicLumaPitch in encode()
281 RVCE_CS(enc->chroma->u.gfx9.surf_pitch * enc->chroma->bpe); // encInputPicChromaPitch in encode()
Dradeon_vce.c226 pitch = align(enc->luma->u.gfx9.surf_pitch * enc->luma->bpe, 256); in si_vce_frame_offset()
455 align(tmp_surf->u.gfx9.surf_pitch * tmp_surf->bpe, 256) * in si_vce_create_encoder()
Dradeon_uvd_enc_1_1.c764 enc->enc_pic.ctx_buf.rec_luma_pitch = enc->luma->u.gfx9.surf_pitch * enc->luma->bpe; in radeon_uvd_enc_ctx()
765 enc->enc_pic.ctx_buf.rec_chroma_pitch = enc->chroma->u.gfx9.surf_pitch * enc->chroma->bpe; in radeon_uvd_enc_ctx()
883 enc->enc_pic.enc_params.input_pic_luma_pitch = enc->luma->u.gfx9.surf_pitch * enc->luma->bpe; in radeon_uvd_enc_encode_params_hevc()
885 enc->chroma->u.gfx9.surf_pitch * enc->chroma->bpe; in radeon_uvd_enc_encode_params_hevc()
Dradeon_vcn_enc_1_2.c981 enc->enc_pic.enc_params.input_pic_luma_pitch = enc->luma->u.gfx9.surf_pitch; in radeon_enc_encode_params()
982 enc->enc_pic.enc_params.input_pic_chroma_pitch = enc->chroma->u.gfx9.surf_pitch; in radeon_enc_encode_params()
1026 enc->enc_pic.enc_params.input_pic_luma_pitch = enc->luma->u.gfx9.surf_pitch; in radeon_enc_encode_params_hevc()
1027 enc->enc_pic.enc_params.input_pic_chroma_pitch = enc->chroma->u.gfx9.surf_pitch; in radeon_enc_encode_params_hevc()
Dradeon_uvd_enc.c328 : align(tmp_surf->u.gfx9.surf_pitch * tmp_surf->bpe, 256) * in radeon_uvd_create_encoder()
Dradeon_vcn_dec_jpeg.c50 dec->jpg.dt_pitch = luma->surface.u.gfx9.surf_pitch * luma->surface.blk_w; in radeon_jpeg_get_decode_param()
Dradeon_vcn_enc.c443 : align(tmp_surf->u.gfx9.surf_pitch * tmp_surf->bpe, 256) * in radeon_create_encoder()
Dradeon_uvd.c1486 msg->body.decode.dt_pitch = luma->u.gfx9.surf_pitch * luma->blk_w; in si_uvd_set_dt_surfaces()
Dradeon_vcn_dec.c1030 decode->dt_pitch = luma->surface.u.gfx9.surf_pitch * luma->surface.blk_w; in rvcn_dec_message_decode()
/external/mesa3d/docs/relnotes/
D20.1.4.rst96 - ac/surface: adapt surf_size when modifying surf_pitch
D20.1.1.rst152 - ac/surface: fix epitch when modifying surf_pitch
D20.2.0.rst3726 - ac/surface: fix epitch when modifying surf_pitch
3742 - ac/surface: adapt surf_size when modifying surf_pitch
D20.1.0.rst3382 - radeonsi: fix surf_pitch for subsampled surface
/external/mesa3d/src/gallium/drivers/radeonsi/
Dcik_sdma.c66 unsigned dst_pitch = sdst->surface.u.gfx9.surf_pitch; in si_sdma_v4_copy_texture()
67 unsigned src_pitch = ssrc->surface.u.gfx9.surf_pitch; in si_sdma_v4_copy_texture()
Dsi_texture.c186 *stride = tex->surface.u.gfx9.surf_pitch * tex->surface.bpe; in si_texture_get_offset()
196 (box->y / tex->surface.blk_h * tex->surface.u.gfx9.surf_pitch + in si_texture_get_offset()
612 *value = tex->surface.u.gfx9.surf_pitch * tex->surface.bpe; in si_resource_get_param()
848 tex->surface.u.gfx9.surf.epitch, tex->surface.u.gfx9.surf_pitch); in si_print_texture_info()
/external/mesa3d/src/amd/vulkan/
Dradv_image.c1878 pLayout->rowPitch = surface->u.gfx9.surf_pitch * surface->bpe / 3; in radv_GetImageSubresourceLayout()
1880 uint32_t pitch = surface->is_linear ? surface->u.gfx9.pitch[level] : surface->u.gfx9.surf_pitch; in radv_GetImageSubresourceLayout()
Dradv_meta_bufimage.c1651 stride = surf->image->planes[0].surface.u.gfx9.surf_pitch; in get_image_stride_for_r32g32b32()