HomeSort by relevance Sort by last modified time
    Searched refs:x_align (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/intel/blorp/
blorp_clear.c 188 unsigned int x_align, y_align; local
208 x_align = isl_format_get_layout(aux_surf->format)->bw;
211 x_align *= 16;
232 x_scaledown = x_align / 2;
243 x_align *= 2;
291 x_align = x_scaledown * 2;
295 *x0 = ROUND_DOWN_TO(*x0, x_align) / x_scaledown;
297 *x1 = ALIGN(*x1, x_align) / x_scaledown;
blorp_blit.c 1482 const unsigned x_align = 8, y_align = info->surf.samples != 0 ? 8 : 4; local
1739 const unsigned x_align = 8; local
    [all...]

Completed in 84 milliseconds