HomeSort by relevance Sort by last modified time
    Searched defs:total_height (Results 1 - 4 of 4) sorted by null

  /external/blktrace/iowatcher/
plot.h 50 int total_height; member in struct:plot
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_mipmap_tree.h 172 GLuint total_height; member in struct:intel_mipmap_tree
intel_mipmap_tree.c 148 mt->total_width, mt->total_height);
169 GLuint total_width, total_height; local
177 if (!mt || !mt->total_width || !mt->total_height) {
183 total_height = mt->total_height;
194 total_height,
203 mt->total_width, mt->total_height);
210 total_height,
  /external/mesa3d/src/gallium/drivers/i915/
i915_resource_texture.c 593 unsigned total_height = tex->total_nblocksy * 4; local
603 y = total_height - 4;
628 y = total_height - 4;
634 y = total_height - 4;

Completed in 570 milliseconds