Searched refs:tiles_w (Results 1 – 3 of 3) sorted by relevance
48 int tiles_w, tiles_h; member111 for (int x = 0; x < s->tiles_w; x++) { in decode_index_palmap()112 int pal_idx = s->palmapindex_data[y * s->tiles_w + x] * 16; in decode_index_palmap()140 for (int x = 0; x < s->tiles_w; x++) { in decode_index_tilemap()264 uint8_t *dst = s->palmapindex_data + y * s->tiles_w; in decode_palmapdata()266 for (int x = 0; x < s->tiles_w; x++) in decode_palmapdata()269 dst += s->tiles_w; in decode_palmapdata()322 s->tiles_w = avpkt->data[10]; in sga_decode_frame()329 s->tiles_w * 8, in sga_decode_frame()339 s->tiles_w * s->tiles_h); in sga_decode_frame()[all …]
151 int tiles_w = src[offset + 10]; in sga_probe() local158 if (tiles_w == 0 || tiles_w > 80) in sga_probe()
876 uint32_t tiles_w = DIV_ROUND_UP(psurf->width, 32); in vc4_surface_msaa_get_sample() local881 VC4_TILE_BUFFER_SIZE * (tile_y * tiles_w + tile_x)); in vc4_surface_msaa_get_sample()947 uint32_t tiles_w = DIV_ROUND_UP(psurf->width, tile_w); in vc4_dump_surface_msaa() local950 uint32_t char_w_per_tile = char_w / tiles_w - 1; in vc4_dump_surface_msaa()956 for (int x = 0; x < (char_w_per_tile + 1) * tiles_w; x++) in vc4_dump_surface_msaa()985 for (int x = 0; x < (char_w_per_tile + 1) * tiles_w; x++) in vc4_dump_surface_msaa()