Searched refs:total_height (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_tex_layout.c | 126 mt->total_height = dim * 4; in i915_miptree_layout_cube() 170 intel_miptree_set_level_info(mt, level, 0, mt->total_height, in i915_miptree_layout_3d() 196 mt->total_height = stack_height * mt->physical_depth0; in i915_miptree_layout_3d() 208 mt->total_height = 0; in i915_miptree_layout_2d() 212 0, mt->total_height, in i915_miptree_layout_2d() 220 mt->total_height += img_height; in i915_miptree_layout_2d() 248 mt->total_width, mt->total_height, mt->cpp); in i915_miptree_layout() 332 mt->total_height = dim * 4 + 4; in i945_miptree_layout_cube() 334 mt->total_height = 4; in i945_miptree_layout_cube() 351 y = mt->total_height - 4; in i945_miptree_layout_cube() [all …]
|
D | intel_tex_layout.c | 157 mt->total_height = 0; in i945_miptree_layout_2d() 172 mt->total_height = MAX2(mt->total_height, y + img_height); in i945_miptree_layout_2d()
|
D | intel_mipmap_tree.c | 148 mt->total_width, mt->total_height); in intel_miptree_choose_tiling() 169 GLuint total_width, total_height; in intel_miptree_create() local 177 if (!mt || !mt->total_width || !mt->total_height) { in intel_miptree_create() 183 total_height = mt->total_height; in intel_miptree_create() 194 total_height, in intel_miptree_create() 203 mt->total_width, mt->total_height); in intel_miptree_create() 210 total_height, in intel_miptree_create()
|
D | intel_mipmap_tree.h | 172 GLuint total_height; member
|
D | intel_tex_image.c | 243 intel_image->mt->total_height = height; in intel_set_texture_image_region()
|
/external/blktrace/iowatcher/ |
D | plot.c | 355 plot->total_height = axis_y() + tick_label_pad + tick_font_size; in setup_axis() 358 plot->total_height += bump_height; in setup_axis() 365 plot->total_height + 20); in setup_axis() 373 plot->start_y_offset, plot->total_width, plot->total_height); in setup_axis() 376 plot->total_height += 20; in setup_axis() 379 if (plot->total_height + plot->start_y_offset > final_height) in setup_axis() 380 final_height = plot->total_height + plot->start_y_offset; in setup_axis() 410 plot->total_height = axis_y() + tick_label_pad + tick_font_size; in setup_axis_spindle() 413 plot->total_height += bump_height; in setup_axis_spindle() 420 plot->total_height + 20); in setup_axis_spindle() [all …]
|
D | plot.h | 50 int total_height; member
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_resource_texture.c | 593 unsigned total_height = tex->total_nblocksy * 4; in i945_texture_layout_cube() local 603 y = total_height - 4; in i945_texture_layout_cube() 628 y = total_height - 4; in i945_texture_layout_cube() 634 y = total_height - 4; in i945_texture_layout_cube()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.h | 508 GLint total_height,
|
D | meta.c | 2486 GLint total_height, in _mesa_meta_setup_texture_coords() argument 2497 const float t0 = (float) yoffset / (float) total_height; in _mesa_meta_setup_texture_coords() 2498 const float t1 = (float) (yoffset + height) / (float) total_height; in _mesa_meta_setup_texture_coords()
|
/external/doclava/res/assets/templates-sdk/assets/css/ |
D | default.css | 9605 $icon-home: x y offset_x offset_y width height total_width total_height image_path;
|