Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/blorp/
H A Dblorp_clear.c1488 const uint32_t y_el_per_cl = ccs_tile_info.logical_extent_el.h / 8; in blorp_ccs_ambiguate() local
1490 assert(surf->aux_surf->image_alignment_el.h % y_el_per_cl == 0); in blorp_ccs_ambiguate()
1493 assert(y_offset_el % y_el_per_cl == 0); in blorp_ccs_ambiguate()
1495 y_offset_cl = y_offset_el / y_el_per_cl; in blorp_ccs_ambiguate()
1497 height_cl = DIV_ROUND_UP(height_el, y_el_per_cl); in blorp_ccs_ambiguate()

Completed in 3 milliseconds