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

  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_image.h 173 unsigned walk_layer_height; member in struct:ilo_image
191 unsigned walk_layer_height; member in struct:ilo_image::__anon27696
282 h = img->walk_layer_height;
331 *y = img->lods[level].y + img->walk_layer_height * slice;
ilo_image.c 58 int walk_layer_height; member in struct:ilo_image_layout
732 layout->walk_layer_height = 0;
770 layout->walk_layer_height = layout->walk_layer_h0 + layout->walk_layer_h1 +
775 layout->walk_layer_height += 4;
925 max_y += layout->walk_layer_height * (layer_count - 1);
929 layout->walk_layer_height = 0;
    [all...]

Completed in 710 milliseconds