Searched refs:blk_bytes (Results 1 – 1 of 1) sorted by relevance
2284 unsigned int blk_bytes = 0; in calculate_mcache_row_bytes() local2323 blk_bytes = dml_get_tile_block_size_bytes(p->tiling_mode); in calculate_mcache_row_bytes()2334 if (vmpg_bytes >= blk_bytes) { in calculate_mcache_row_bytes()2337 } else if (!((blk_bytes == 65536) && (vmpg_bytes == 4096))) { in calculate_mcache_row_bytes()2351 if (p->vp_stationary == 1 && vmpg_bytes <= blk_bytes) in calculate_mcache_row_bytes()2368 if (p->surf_vert && vmpg_bytes > blk_bytes) { in calculate_mcache_row_bytes()2369 meta_per_mvmpg_per_channel = (float)est_blk_per_vmpg * blk_bytes / (float)256 / p->num_chans; in calculate_mcache_row_bytes()2374 meta_per_mvmpg_per_channel = (float) blk_bytes / (float)256 / p->num_chans; in calculate_mcache_row_bytes()2385 if (p->gpuvm_enable && (blk_bytes == 65536) && (vmpg_bytes == 4096)) in calculate_mcache_row_bytes()2409 DML_LOG_VERBOSE("DML::%s: blk_bytes = %u\n", __func__, blk_bytes); in calculate_mcache_row_bytes()