Searched refs:pipe_interleave_bytes (Results 1 – 8 of 8) sorted by relevance
/third_party/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 | 427 ws->info.pipe_interleave_bytes = in do_winsys_init() 432 if (!ws->info.pipe_interleave_bytes) in do_winsys_init() 433 ws->info.pipe_interleave_bytes = in do_winsys_init()
|
/third_party/mesa3d/src/amd/common/ |
D | ac_gpu_info.h | 223 uint32_t pipe_interleave_bytes; member
|
D | ac_gpu_info.c | 802 info->pipe_interleave_bytes = 256 << G_0098F8_PIPE_INTERLEAVE_SIZE_GFX9(amdinfo->gb_addr_cfg); in ac_query_gpu_info() 805 info->pipe_interleave_bytes = 256 << G_0098F8_PIPE_INTERLEAVE_SIZE_GFX6(amdinfo->gb_addr_cfg); in ac_query_gpu_info() 1276 fprintf(f, " pipe_interleave_bytes = %i\n", info->pipe_interleave_bytes); in ac_print_gpu_info()
|
D | ac_surface.c | 894 unsigned pipe_interleave_bytes = info->pipe_interleave_bytes; in ac_compute_cmask() local 926 unsigned base_align = num_pipes * pipe_interleave_bytes; in ac_compute_cmask()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_texture.c | 677 unsigned pipe_interleave_bytes = rscreen->info.pipe_interleave_bytes; in r600_texture_get_cmask_info() local 688 unsigned base_align = num_pipes * pipe_interleave_bytes; in r600_texture_get_cmask_info() 754 unsigned slice_elements, slice_bytes, pipe_interleave_bytes, base_align; in r600_texture_get_htile_size() local 801 pipe_interleave_bytes = rscreen->info.pipe_interleave_bytes; in r600_texture_get_htile_size() 802 base_align = num_pipes * pipe_interleave_bytes; in r600_texture_get_htile_size()
|
D | r600_pipe_common.c | 1317 printf("pipe_interleave_bytes = %i\n", rscreen->info.pipe_interleave_bytes); in r600_common_screen_init()
|
D | evergreen_state.c | 1059 MAX2(64, rctx->screen->b.info.pipe_interleave_bytes / block_size); in evergreen_set_color_surface_buffer()
|