OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bytes_per_tile
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_image.c
41
#define
BYTES_PER_TILE
(TILE_SIZE * TILE_SIZE * 4)
195
const uint
bytes_per_tile
= tile_w * tile_h * bpp;
local
202
uint byte_offset = tile_offset *
bytes_per_tile
;
284
const uint
bytes_per_tile
= tile_w * tile_h * bpp;
local
291
uint byte_offset = tile_offset *
bytes_per_tile
;
Completed in 2113 milliseconds