Home
last modified time | relevance | path

Searched refs:total_height (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_tex_layout.c126 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 …]
Dintel_tex_layout.c157 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()
Dintel_mipmap_tree.c148 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()
Dintel_mipmap_tree.h172 GLuint total_height; member
Dintel_tex_image.c243 intel_image->mt->total_height = height; in intel_set_texture_image_region()
/external/blktrace/iowatcher/
Dplot.c355 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 …]
Dplot.h50 int total_height; member
/external/mesa3d/src/gallium/drivers/i915/
Di915_resource_texture.c593 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/
Dmeta.h508 GLint total_height,
Dmeta.c2486 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/
Ddefault.css9605 $icon-home: x y offset_x offset_y width height total_width total_height image_path;