Searched refs:chart_set_size (Results 1 – 3 of 3) sorted by relevance
/external/igt-gpu-tools/overlay/ |
D | overlay.c | 160 chart_set_size(>->cpu, ctx->width/2 - SIZE_PAD, ctx->height/2 - SIZE_PAD); in init_gpu_top() 170 chart_set_size(>->busy[n], ctx->width/2 - SIZE_PAD, ctx->height/2 - SIZE_PAD); in init_gpu_top() 182 chart_set_size(>->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()
|
D | chart.h | 57 void chart_set_size(struct chart *chart, int w, int h);
|
D | chart.c | 86 void chart_set_size(struct chart *chart, int w, int h) in chart_set_size() function
|