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

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_memory.c891 char *tile_suffix = ""; local in function:i830_describe_allocations
905 tile_suffix = " X tiled";
907 tile_suffix = " Y tiled";
912 mem->size / 1024, phys_suffix, tile_suffix);
926 char *tile_suffix = ""; local in function:i830_describe_allocations
929 tile_suffix = " X tiled";
931 tile_suffix = " Y tiled";
937 mem->size / 1024, tile_suffix);
941 mem->name, mem->size / 1024, tile_suffix);

Completed in 3 milliseconds