Searched refs:tileb_1x (Results 1 – 1 of 1) sorted by relevance
1868 unsigned tileb_1x, tileb; in cik_get_2d_params() local1941 tileb_1x = 8 * 8 * bpe; in cik_get_2d_params()1943 tile_split = MAX2(256, sample_split * tileb_1x); in cik_get_2d_params()1948 tileb = MIN2(tile_split, nsamples * tileb_1x); in cik_get_2d_params()2224 unsigned tilew, tileh, tileb_1x, tileb; in cik_surface_init_2d() local2232 tileb_1x = tilew * tileh * bpe; in cik_surface_init_2d()2236 tileb = surf->nsamples * tileb_1x; in cik_surface_init_2d()