Home
last modified time | relevance | path

Searched refs:chart_set_size (Results 1 – 3 of 3) sorted by relevance

/external/igt-gpu-tools/overlay/
Doverlay.c160 chart_set_size(&gt->cpu, ctx->width/2 - SIZE_PAD, ctx->height/2 - SIZE_PAD); in init_gpu_top()
170 chart_set_size(&gt->busy[n], ctx->width/2 - SIZE_PAD, ctx->height/2 - SIZE_PAD); in init_gpu_top()
182 chart_set_size(&gt->wait[n], ctx->width/2 - SIZE_PAD, ctx->height/2 - SIZE_PAD); in init_gpu_top()
381 chart_set_size(comm->user_data, ctx->width/2-SIZE_PAD, ctx->height/2 - SIZE_PAD); in show_gpu_perf()
547 chart_set_size(&gf->current, ctx->width/2 - SIZE_PAD, ctx->height/2 - SIZE_PAD); in init_gpu_freq()
555 chart_set_size(&gf->request, ctx->width/2 - SIZE_PAD, ctx->height/2 - SIZE_PAD); in init_gpu_freq()
565 chart_set_size(&gf->power_chart, ctx->width/2 - SIZE_PAD, ctx->height/2 - SIZE_PAD); in init_gpu_freq()
728 chart_set_size(&go->aperture, ctx->width/2 - SIZE_PAD, ctx->height/2 - SIZE_PAD); in init_gem_objects()
735 chart_set_size(&go->gtt, ctx->width/2 - SIZE_PAD, ctx->height/2 - SIZE_PAD); in init_gem_objects()
Dchart.h57 void chart_set_size(struct chart *chart, int w, int h);
Dchart.c86 void chart_set_size(struct chart *chart, int w, int h) in chart_set_size() function