HomeSort by: relevance | last modified time | path
    Searched defs:tileb (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios_crtc.c 1290 unsigned tileb, tile_split_bytes; local in function:dce4_crtc_do_set_base
1294 tileb = 8 * 8 * target_fb->format->cpp[0];
1295 tileb = min(tile_split_bytes, tileb);
1297 for (index = 0; tileb > 64; index++)
1298 tileb >>= 1;
radeon_evergreen_cs.c 268 unsigned palign, halign, tileb, slice_pt; local in function:evergreen_surface_check_2d
271 tileb = 64 * surf->bpe * surf->nsamples;
273 if (tileb > surf->tsplit) {
274 slice_pt = tileb / surf->tsplit;
276 tileb = tileb / slice_pt;
280 mtileb = (palign / 8) * (halign / 8) * tileb;
284 surf->base_align = (palign / 8) * (halign / 8) * tileb;

Completed in 32 milliseconds