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

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_image.c 201 uint tile_offset = ((jj / tile_h) * tiles_per_row + ii / tile_w); local
202 uint byte_offset = tile_offset * bytes_per_tile;
290 uint tile_offset = ((jj / tile_h) * tiles_per_row + ii / tile_w); local
291 uint byte_offset = tile_offset * bytes_per_tile;
lp_texture.c 1250 unsigned tile_offset; local
1319 uint tile_offset = jj \/ TILE_SIZE + ii \/ TILE_SIZE; local
1361 uint tile_offset = jj \/ TILE_SIZE + ii \/ TILE_SIZE; local
    [all...]

Completed in 640 milliseconds