OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tile_offset
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/mesa/src/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
...]
/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
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c
359
const int
tile_offset
= tile->mi_row_start * cm->mode_info_stride +
local
366
xd->mi_8x8[0] = xd->mi_stream + offset -
tile_offset
;
[
all
...]
Completed in 632 milliseconds