Home
last modified time | relevance | path

Searched refs:pipe_interleave_bytes (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_surface.c227 unsigned pipe_interleave_bytes = info->pipe_interleave_bytes; in si_compute_cmask() local
258 unsigned base_align = num_pipes * pipe_interleave_bytes; in si_compute_cmask()
287 unsigned slice_elements, slice_bytes, pipe_interleave_bytes, base_align; in si_compute_htile() local
342 pipe_interleave_bytes = info->pipe_interleave_bytes; in si_compute_htile()
343 base_align = num_pipes * pipe_interleave_bytes; in si_compute_htile()
Dradeon_drm_winsys.c422 ws->info.pipe_interleave_bytes = in do_winsys_init()
427 if (!ws->info.pipe_interleave_bytes) in do_winsys_init()
428 ws->info.pipe_interleave_bytes = in do_winsys_init()
/external/mesa3d/src/amd/common/
Dac_gpu_info.h194 uint32_t pipe_interleave_bytes; member
Dac_gpu_info.c573 info->pipe_interleave_bytes = 256 << G_0098F8_PIPE_INTERLEAVE_SIZE_GFX9(amdinfo->gb_addr_cfg); in ac_query_gpu_info()
576 info->pipe_interleave_bytes = 256 << G_0098F8_PIPE_INTERLEAVE_SIZE_GFX6(amdinfo->gb_addr_cfg); in ac_query_gpu_info()
993 fprintf(f, " pipe_interleave_bytes = %i\n", info->pipe_interleave_bytes); in ac_print_gpu_info()
Dac_surface.c774 unsigned pipe_interleave_bytes = info->pipe_interleave_bytes; in ac_compute_cmask() local
806 unsigned base_align = num_pipes * pipe_interleave_bytes; in ac_compute_cmask()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c680 unsigned pipe_interleave_bytes = rscreen->info.pipe_interleave_bytes; in r600_texture_get_cmask_info() local
691 unsigned base_align = num_pipes * pipe_interleave_bytes; in r600_texture_get_cmask_info()
757 unsigned slice_elements, slice_bytes, pipe_interleave_bytes, base_align; in r600_texture_get_htile_size() local
804 pipe_interleave_bytes = rscreen->info.pipe_interleave_bytes; in r600_texture_get_htile_size()
805 base_align = num_pipes * pipe_interleave_bytes; in r600_texture_get_htile_size()
Dr600_pipe_common.c1354 printf("pipe_interleave_bytes = %i\n", rscreen->info.pipe_interleave_bytes); in r600_common_screen_init()
Devergreen_state.c1054 MAX2(64, rctx->screen->b.info.pipe_interleave_bytes / block_size); in evergreen_set_color_surface_buffer()