Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Dac_gpu_info.c300 info->pipe_interleave_bytes = in ac_query_gpu_info()
304 info->pipe_interleave_bytes = in ac_query_gpu_info()
426 printf("pipe_interleave_bytes = %i\n", info->pipe_interleave_bytes); in ac_print_gpu_info()
Dac_gpu_info.h104 uint32_t pipe_interleave_bytes; member
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.c406 ws->info.pipe_interleave_bytes = in do_winsys_init()
411 if (!ws->info.pipe_interleave_bytes) in do_winsys_init()
412 ws->info.pipe_interleave_bytes = in do_winsys_init()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c659 unsigned pipe_interleave_bytes = rscreen->info.pipe_interleave_bytes; in r600_texture_get_cmask_info() local
670 unsigned base_align = num_pipes * pipe_interleave_bytes; in r600_texture_get_cmask_info()
736 unsigned slice_elements, slice_bytes, pipe_interleave_bytes, base_align; in r600_texture_get_htile_size() local
783 pipe_interleave_bytes = rscreen->info.pipe_interleave_bytes; in r600_texture_get_htile_size()
784 base_align = num_pipes * pipe_interleave_bytes; in r600_texture_get_htile_size()
Dr600_pipe_common.c1388 printf("pipe_interleave_bytes = %i\n", rscreen->info.pipe_interleave_bytes); in r600_common_screen_init()
Devergreen_state.c1042 MAX2(64, rctx->screen->b.info.pipe_interleave_bytes / block_size); in evergreen_set_color_surface_buffer()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_texture.c902 unsigned pipe_interleave_bytes = sscreen->info.pipe_interleave_bytes; in si_texture_get_cmask_info() local
934 unsigned base_align = num_pipes * pipe_interleave_bytes; in si_texture_get_cmask_info()
967 unsigned slice_elements, slice_bytes, pipe_interleave_bytes, base_align; in r600_texture_get_htile_size() local
1022 pipe_interleave_bytes = sscreen->info.pipe_interleave_bytes; in r600_texture_get_htile_size()
1023 base_align = num_pipes * pipe_interleave_bytes; in r600_texture_get_htile_size()
/external/mesa3d/src/amd/vulkan/
Dradv_image.c727 unsigned pipe_interleave_bytes = device->physical_device->rad_info.pipe_interleave_bytes; in radv_image_get_cmask_info() local
759 unsigned base_align = num_pipes * pipe_interleave_bytes; in radv_image_get_cmask_info()