Searched refs:pipe_interleave_bytes (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_drm_surface.c | 227 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()
|
D | radeon_drm_winsys.c | 422 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/ |
D | ac_gpu_info.h | 194 uint32_t pipe_interleave_bytes; member
|
D | ac_gpu_info.c | 573 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()
|
D | ac_surface.c | 774 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/ |
D | r600_texture.c | 680 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()
|
D | r600_pipe_common.c | 1354 printf("pipe_interleave_bytes = %i\n", rscreen->info.pipe_interleave_bytes); in r600_common_screen_init()
|
D | evergreen_state.c | 1054 MAX2(64, rctx->screen->b.info.pipe_interleave_bytes / block_size); in evergreen_set_color_surface_buffer()
|