Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/blorp/
Dblorp_clear.c593 const uint8_t align_px_h = 4 / sa_block_dim.h; in blorp_can_hiz_clear_depth() local
608 if (x0 % align_px_w || y0 % align_px_h || in blorp_can_hiz_clear_depth()
609 x1 % align_px_w || y1 % align_px_h) in blorp_can_hiz_clear_depth()