Searched refs:tiles_w (Results 1 – 1 of 1) sorted by relevance
947 uint32_t tiles_w = DIV_ROUND_UP(psurf->width, 32); in vc4_surface_msaa_get_sample() local952 VC4_TILE_BUFFER_SIZE * (tile_y * tiles_w + tile_x)); in vc4_surface_msaa_get_sample()1018 uint32_t tiles_w = DIV_ROUND_UP(psurf->width, tile_w); in vc4_dump_surface_msaa() local1021 uint32_t char_w_per_tile = char_w / tiles_w - 1; in vc4_dump_surface_msaa()1027 for (int x = 0; x < (char_w_per_tile + 1) * tiles_w; x++) in vc4_dump_surface_msaa()1056 for (int x = 0; x < (char_w_per_tile + 1) * tiles_w; x++) in vc4_dump_surface_msaa()