Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/blorp/
Dblorp_clear.c779 const uint8_t align_px_w = 8 / sa_block_dim.w; in blorp_can_hiz_clear_depth() local
795 if (x0 % align_px_w || y0 % align_px_h || in blorp_can_hiz_clear_depth()
796 x1 % align_px_w || y1 % align_px_h) in blorp_can_hiz_clear_depth()