Home
last modified time | relevance | path

Searched refs:htile_offset (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c426 rtex->htile_offset = new_tex->htile_offset; in r600_reallocate_texture_inplace()
433 assert(!rtex->htile_offset); in r600_reallocate_texture_inplace()
821 rtex->htile_offset = align(rtex->size, rtex->surface.htile_alignment); in r600_texture_allocate_htile()
822 rtex->size = rtex->htile_offset + rtex->surface.htile_size; in r600_texture_allocate_htile()
861 if (rtex->htile_offset) in r600_print_texture_info()
864 rtex->htile_offset, rtex->surface.htile_size, in r600_print_texture_info()
998 if (rtex->htile_offset) { in r600_texture_create_object()
1002 rtex->htile_offset, in r600_texture_create_object()
Dr600_pipe_common.h225 uint64_t htile_offset; member
900 return tex->htile_offset && level == 0; in r600_htile_enabled()
Dr600_state.c1072 surf->db_htile_data_base = rtex->htile_offset >> 8; in r600_init_depth_surface()
Devergreen_state.c1430 uint64_t va = rtex->resource.gpu_address + rtex->htile_offset; in evergreen_init_depth_surface()
/external/mesa3d/src/amd/common/
Dac_surface.h250 uint64_t htile_offset; member
Dac_surface.c2113 surf->htile_offset = 0; in ac_compute_surface()
2116 surf->htile_offset = align64(surf->total_size, surf->htile_alignment); in ac_compute_surface()
2117 surf->total_size = surf->htile_offset + surf->htile_size; in ac_compute_surface()
2484 if (surf->htile_offset) in ac_surface_override_offset_stride()
2485 surf->htile_offset += offset; in ac_surface_override_offset_stride()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c519 tex->surface.htile_offset = new_tex->surface.htile_offset; in si_reallocate_texture_inplace()
541 assert(!tex->surface.htile_offset); in si_reallocate_texture_inplace()
867 if (tex->surface.htile_offset) { in si_print_texture_info()
870 tex->surface.htile_offset, tex->surface.htile_size, in si_print_texture_info()
914 if (tex->surface.htile_offset) in si_print_texture_info()
918 tex->surface.htile_offset, tex->surface.htile_size, tex->surface.htile_alignment, in si_print_texture_info()
1098 if (tex->surface.htile_offset) { in si_texture_create_object()
1104 si_screen_clear_buffer(sscreen, &tex->buffer.b.b, tex->surface.htile_offset, in si_texture_create_object()
Dsi_pipe.h1770 return tex->surface.htile_offset && level == 0; in si_htile_enabled()
1776 assert(!tex->tc_compatible_htile || tex->surface.htile_offset); in vi_tc_compat_htile_enabled()
Dsi_clear.c609 si_clear_buffer(sctx, &zstex->buffer.b.b, zstex->surface.htile_offset, in si_clear()
Dsi_state.c2442 surf->db_htile_data_base = (tex->buffer.gpu_address + tex->surface.htile_offset) >> 8; in si_init_depth_surface()
2513 surf->db_htile_data_base = (tex->buffer.gpu_address + tex->surface.htile_offset) >> 8; in si_init_depth_surface()
Dsi_descriptors.c350 meta_va = tex->buffer.gpu_address + tex->surface.htile_offset; in si_set_mutable_tex_desc_fields()
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_surface.c442 surf_ws->htile_offset = align64(surf_ws->total_size, surf_ws->htile_alignment); in radeon_winsys_surface_init()
443 surf_ws->total_size = surf_ws->htile_offset + surf_ws->htile_size; in radeon_winsys_surface_init()
/external/mesa3d/src/amd/vulkan/
Dradv_image.c668 meta_va = gpu_address + plane->surface.htile_offset; in si_set_mutable_tex_desc_fields()
Dradv_meta_clear.c1570 uint64_t offset = image->offset + image->planes[0].surface.htile_offset + in radv_clear_htile()
Dradv_device.c7078 surf->htile_offset; in radv_initialise_ds_surface()
7146 surf->htile_offset; in radv_initialise_ds_surface()