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

/xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/
H A Dblorp_clear.c680 const uint8_t align_px_h = 4 / sa_block_dim.h; local in function:blorp_can_hiz_clear_depth
695 if (x0 % align_px_w || y0 % align_px_h ||
696 x1 % align_px_w || y1 % align_px_h)
/xsrc/external/mit/MesaLib/dist/src/intel/blorp/
H A Dblorp_clear.c908 const uint8_t align_px_h = 4 / sa_block_dim.h; local in function:blorp_can_hiz_clear_depth
923 if (x0 % align_px_w || y0 % align_px_h ||
924 x1 % align_px_w || y1 % align_px_h)

Completed in 12 milliseconds