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

/xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/
H A Dblorp_clear.c679 const uint8_t align_px_w = 8 / sa_block_dim.w; 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.c907 const uint8_t align_px_w = 8 / sa_block_dim.w; 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 6 milliseconds