Searched refs:tileb_1x (Results 1 – 1 of 1) sorted by relevance
1861 unsigned tileb_1x, tileb; in cik_get_2d_params() local1934 tileb_1x = 8 * 8 * bpe; in cik_get_2d_params()1936 tile_split = MAX2(256, sample_split * tileb_1x); in cik_get_2d_params()1941 tileb = MIN2(tile_split, nsamples * tileb_1x); in cik_get_2d_params()2217 unsigned tilew, tileh, tileb_1x, tileb; in cik_surface_init_2d() local2225 tileb_1x = tilew * tileh * bpe; in cik_surface_init_2d()2229 tileb = surf->nsamples * tileb_1x; in cik_surface_init_2d()