Searched defs:y_align (Results 1 - 4 of 4) sorted by relevance
| /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 |
| 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 1922 const unsigned y_align = params->dst.surf.samples != 0 ? 8 : 4; local in function:try_blorp_blit |
| /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 [all...] |
| 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 2050 const unsigned y_align = params->dst.surf.samples != 0 ? 8 : 4; local in function:try_blorp_blit |
Completed in 16 milliseconds