Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/blorp/
H A Dblorp_clear.c1457 struct isl_tile_info ccs_tile_info; in blorp_ccs_ambiguate() local
1458 isl_surf_get_tile_info(surf->aux_surf, &ccs_tile_info); in blorp_ccs_ambiguate()
1487 const uint32_t x_el_per_cl = ccs_tile_info.logical_extent_el.w / 8; in blorp_ccs_ambiguate()
1488 const uint32_t y_el_per_cl = ccs_tile_info.logical_extent_el.h / 8; in blorp_ccs_ambiguate()
1507 DIV_ROUND_UP(width_el, ccs_tile_info.logical_extent_el.w); in blorp_ccs_ambiguate()
1509 DIV_ROUND_UP(height_el, ccs_tile_info.logical_extent_el.h); in blorp_ccs_ambiguate()

Completed in 3 milliseconds