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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_resource.c938 uint32_t char_w_per_tile = char_w / tiles_w - 1; local in function:vc4_dump_surface_msaa
944 for (int x = 0; x < (char_w_per_tile + 1) * tiles_w; x++)
952 for (int x = 0; x < char_w_per_tile; x++) {
954 char_w_per_tile);
956 char_w_per_tile);
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.c963 uint32_t char_w_per_tile = char_w / tiles_w - 1; local in function:vc4_dump_surface_msaa
969 for (int x = 0; x < (char_w_per_tile + 1) * tiles_w; x++)
977 for (int x = 0; x < char_w_per_tile; x++) {
979 char_w_per_tile);
981 char_w_per_tile);
998 for (int x = 0; x < (char_w_per_tile + 1) * tiles_w; x++)

Completed in 6 milliseconds