Searched refs:tiles_w (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_resource.c864 uint32_t tiles_w = DIV_ROUND_UP(psurf->width, 32); local in function:vc4_surface_msaa_get_sample
869 VC4_TILE_BUFFER_SIZE * (tile_y * tiles_w + tile_x));
935 uint32_t tiles_w = DIV_ROUND_UP(psurf->width, tile_w); local in function:vc4_dump_surface_msaa
938 uint32_t char_w_per_tile = char_w / tiles_w - 1;
944 for (int x = 0; x < (char_w_per_tile + 1) * tiles_w; x++)
973 for (int x = 0; x < (char_w_per_tile + 1) * tiles_w; x++)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_resource.c889 uint32_t tiles_w = DIV_ROUND_UP(psurf->width, 32); local in function:vc4_surface_msaa_get_sample
894 VC4_TILE_BUFFER_SIZE * (tile_y * tiles_w + tile_x));
960 uint32_t tiles_w = DIV_ROUND_UP(psurf->width, tile_w); local in function:vc4_dump_surface_msaa
963 uint32_t char_w_per_tile = char_w / tiles_w - 1;
969 for (int x = 0; x < (char_w_per_tile + 1) * tiles_w; x++)
998 for (int x = 0; x < (char_w_per_tile + 1) * tiles_w; x++)

Completed in 14 milliseconds