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

/xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/
H A Dblorp_clear.c1112 uint32_t x_offset_cl, y_offset_cl, width_cl, height_cl; local in function:blorp_ccs_ambiguate
1145 height_cl = DIV_ROUND_UP(height_el, y_el_per_cl);
1161 height_cl = height_tl * 8;
1170 const uint32_t height_rgba_px = height_cl * 4;
/xsrc/external/mit/MesaLib/dist/src/intel/blorp/
H A Dblorp_clear.c1455 uint32_t x_offset_cl, y_offset_cl, width_cl, height_cl; local in function:blorp_ccs_ambiguate
1488 height_cl = DIV_ROUND_UP(height_el, y_el_per_cl);
1504 height_cl = height_tl * 8;
1513 const uint32_t height_rgba_px = height_cl * 4;

Completed in 5 milliseconds