HomeSort by relevance Sort by last modified time
    Searched refs:height_in_tiles (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_draw.c 86 bin.height_in_tiles = job->draw_tiles_y;
  /external/mesa3d/src/gallium/drivers/vc5/
vc5_draw.c 90 config.height_in_tiles = job->draw_tiles_y;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_surface_state.c 806 * (width_in_tiles + height_in_tiles - 1) tiles.
810 * width_in_tiles and height_in_tiles by dividing the width and height
814 unsigned height_in_tiles = ALIGN(height, 16) / 16; local
816 unsigned size_needed = (width_in_tiles + height_in_tiles - 1) * 4096;
    [all...]

Completed in 143 milliseconds