Searched refs:tcc_cache_line_size (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_surface_test_common.h44 info->tcc_cache_line_size = 64;
59 info->tcc_cache_line_size = 64;
75 info->tcc_cache_line_size = 64;
90 info->tcc_cache_line_size = 64;
105 info->tcc_cache_line_size = 128;
120 info->tcc_cache_line_size = 128;
135 info->tcc_cache_line_size = 128;
152 info->tcc_cache_line_size = 128;
H A Dac_gpu_info.h116 uint32_t tcc_cache_line_size; member in struct:radeon_info
H A Dac_gpu_info.c748 info->tcc_cache_line_size = 128;
760 info->tcc_cache_line_size = 128;
762 info->tcc_cache_line_size = 64;
999 ib_align = MAX2(ib_align, info->tcc_cache_line_size);
1194 fprintf(f, " tcc_cache_line_size = %u\n", info->tcc_cache_line_size);
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_gpu_info.h62 uint32_t tcc_cache_line_size; member in struct:radeon_info
H A Dac_gpu_info.c411 info->tcc_cache_line_size = 64; /* TC L2 line size on GCN */
516 printf(" tcc_cache_line_size = %u\n", info->tcc_cache_line_size);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.h1539 unsigned alignment, tcc_cache_line_size; local in function:si_optimal_tcc_alignment
1547 tcc_cache_line_size = sctx->screen->info.tcc_cache_line_size;
1548 return MIN2(alignment, tcc_cache_line_size);
H A Dsi_buffer.c476 sctx->screen->info.tcc_cache_line_size,
H A Dsi_compute.c672 sctx->screen->info.tcc_cache_line_size,
H A Dsi_pipe.c571 sctx->screen->info.tcc_cache_line_size);
H A Dsi_state_draw.c1405 sctx->screen->info.tcc_cache_line_size,
H A Dsi_texture.c1313 align64(tex->size, sscreen->info.tcc_cache_line_size);
1429 sscreen->info.tcc_cache_line_size);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.h1716 unsigned alignment, tcc_cache_line_size; local in function:si_optimal_tcc_alignment
1724 tcc_cache_line_size = sctx->screen->info.tcc_cache_line_size;
1725 return MIN2(alignment, tcc_cache_line_size);
H A Dsi_pipe.c657 sscreen->info.tcc_cache_line_size);
667 sscreen->info.tcc_cache_line_size);
680 sctx->screen->info.tcc_cache_line_size);
H A Dsi_buffer.c428 sctx->screen->info.tcc_cache_line_size, &offset,
H A Dsi_compute.c699 sctx->screen->info.tcc_cache_line_size, &kernel_args_offset,
H A Dsi_state_draw.cpp2179 sctx->screen->info.tcc_cache_line_size,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_buffer_common.c421 rctx->screen->info.tcc_cache_line_size,
H A Dr600_pipe_common.c186 rctx->screen->info.tcc_cache_line_size,
1357 printf("tcc_cache_line_size = %u\n", rscreen->info.tcc_cache_line_size);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_buffer_common.c423 rctx->screen->info.tcc_cache_line_size,
H A Dr600_pipe_common.c163 rctx->screen->info.tcc_cache_line_size,
1300 printf("tcc_cache_line_size = %u\n", rscreen->info.tcc_cache_line_size);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_winsys.c567 ws->info.tcc_cache_line_size = 64; /* TC L2 line size on GCN */
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_winsys.c580 ws->info.tcc_cache_line_size = 64; /* TC L2 line size on GCN */

Completed in 68 milliseconds