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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_tile_soa.h 47 tile_offset[TILE_VECTOR_HEIGHT][TILE_VECTOR_WIDTH];
70 tile_offset[y % TILE_VECTOR_HEIGHT][x % TILE_VECTOR_WIDTH];
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...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_soa.h 47 tile_offset[TILE_VECTOR_HEIGHT][TILE_VECTOR_WIDTH];
70 tile_offset[y % TILE_VECTOR_HEIGHT][x % TILE_VECTOR_WIDTH];
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 66 milliseconds