Searched defs:total_height (Results 1 - 6 of 6) sorted by relevance

/external/linux-tools-perf/src/tools/perf/util/
H A Dsvghelper.c34 static u64 total_height; variable
96 total_height = (1 + rows + cpu2slot(cpus)) * SLOT_MULT;
98 fprintf(svgfile, "<svg width=\"%i\" height=\"%" PRIu64 "\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\">\n", svg_page_width, total_height);
488 time2pixels(i), SLOT_MULT/2, time2pixels(i), total_height, color, color, color, thickness);
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_mipmap_tree.h249 GLuint total_height; member in struct:intel_mipmap_tree
H A Dintel_mipmap_tree.c203 GLuint total_width, total_height; local
242 if (!mt || !mt->total_width || !mt->total_height) {
248 total_height = mt->total_height;
257 total_height = ALIGN(total_height, 64);
265 total_height,
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_resource_texture.c592 unsigned total_height = tex->total_nblocksy * 4; local
602 y = total_height - 4;
627 y = total_height - 4;
633 y = total_height - 4;
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_mipmap_tree.c203 GLuint total_width, total_height; local
242 if (!mt || !mt->total_width || !mt->total_height) {
248 total_height = mt->total_height;
257 total_height = ALIGN(total_height, 64);
265 total_height,
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_mipmap_tree.c203 GLuint total_width, total_height; local
242 if (!mt || !mt->total_width || !mt->total_height) {
248 total_height = mt->total_height;
257 total_height = ALIGN(total_height, 64);
265 total_height,

Completed in 140 milliseconds