Searched refs:x_align (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| H A D | pm3_exa.c | 133 int x_align = srcX & 0x1f; local in function:Pm3Copy 141 PM3RectanglePosition_XOffset(dstX - x_align) | 149 PM3Render2D_Width(w + x_align)|
|
| H A D | pm3_accel.c | 628 int x_align = x1 & 0x1f; local in function:Permedia3SubsequentScreenToScreenCopy 634 PM3RectanglePosition_XOffset(x2-x_align) | 642 PM3Render2D_Width(w+x_align)|
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/ |
| H A D | blorp_clear.c | 215 unsigned int x_align, y_align; local in function:get_fast_clear_rect 235 x_align = isl_format_get_layout(aux_surf->format)->bw; 238 x_align *= 16; 259 x_scaledown = x_align / 2; 270 x_align *= 2; 318 x_align = x_scaledown * 2; 322 *x0 = ROUND_DOWN_TO(*x0, x_align) / x_scaledown; 324 *x1 = ALIGN(*x1, x_align) / x_scaledown;
|
| H A D | blorp_blit.c | 1641 const unsigned x_align = 8, y_align = info->surf.samples != 0 ? 8 : 4; local in function:surf_retile_w_to_y 1644 ALIGN(info->surf.logical_level0_px.width, x_align) * 2; 1921 const unsigned x_align = 8; local in function:try_blorp_blit 1923 params->x0 = ROUND_DOWN_TO(params->x0, x_align) * 2; 1925 params->x1 = ALIGN(params->x1, x_align) * 2;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/blorp/ |
| H A D | blorp_clear.c | 302 unsigned int x_align, y_align; local in function:get_fast_clear_rect 322 x_align = isl_format_get_layout(aux_surf->format)->bw; 325 x_align *= 16; 348 x_scaledown = x_align / 2; 363 x_align *= 2; 412 x_align = x_scaledown * 2; 416 *x0 = ROUND_DOWN_TO(*x0, x_align) / x_scaledown; 418 *x1 = ALIGN(*x1, x_align) / x_scaledown;
|
| H A D | blorp_blit.c | 1737 const unsigned x_align = 8, y_align = info->surf.samples != 0 ? 8 : 4; local in function:blorp_surf_retile_w_to_y 1740 ALIGN(info->surf.logical_level0_px.width, x_align) * 2; 2049 const unsigned x_align = 8; local in function:try_blorp_blit 2051 params->x0 = ROUND_DOWN_TO(params->x0, x_align) * 2; 2053 params->x1 = ALIGN(params->x1, x_align) * 2;
|
Completed in 21 milliseconds