OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tiles_in_row
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_tile.c
46
const unsigned
tiles_in_row
= (width + (tile_width - 1)) / tile_width;
local
55
(k %
tiles_in_row
) * MICRO_TILE_SIZE / sizeof(uint8_t);
77
const unsigned
tiles_in_row
= (width + (tile_width - 1)) / tile_width;
local
86
(k %
tiles_in_row
) * MICRO_TILE_SIZE / sizeof(uint16_t);
108
const unsigned
tiles_in_row
= (width + (tile_width - 1)) / tile_width;
local
117
(k %
tiles_in_row
) * MICRO_TILE_SIZE / sizeof(uint16_t);
139
const unsigned
tiles_in_row
= (width + (tile_width - 1)) / tile_width;
local
148
(k %
tiles_in_row
) * MICRO_TILE_SIZE / sizeof(uint32_t);
170
const unsigned
tiles_in_row
= (width + (tile_width - 1)) / tile_width;
local
179
(k %
tiles_in_row
) * MICRO_TILE_SIZE / sizeof(uint64_t)
260
const unsigned
tiles_in_row
= (width + (tile_width - 1)) \/ tile_width;
local
293
const unsigned
tiles_in_row
= (width + (tile_width - 1)) \/ tile_width;
local
326
const unsigned
tiles_in_row
= (width + (tile_width - 1)) \/ tile_width;
local
359
const unsigned
tiles_in_row
= (width + (tile_width - 1)) \/ tile_width;
local
392
const unsigned
tiles_in_row
= (width + (tile_width - 1)) \/ tile_width;
local
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tile.c
46
const unsigned
tiles_in_row
= (width + (tile_width - 1)) / tile_width;
local
55
(k %
tiles_in_row
) * MICRO_TILE_SIZE / sizeof(uint8_t);
77
const unsigned
tiles_in_row
= (width + (tile_width - 1)) / tile_width;
local
86
(k %
tiles_in_row
) * MICRO_TILE_SIZE / sizeof(uint16_t);
108
const unsigned
tiles_in_row
= (width + (tile_width - 1)) / tile_width;
local
117
(k %
tiles_in_row
) * MICRO_TILE_SIZE / sizeof(uint16_t);
139
const unsigned
tiles_in_row
= (width + (tile_width - 1)) / tile_width;
local
148
(k %
tiles_in_row
) * MICRO_TILE_SIZE / sizeof(uint32_t);
170
const unsigned
tiles_in_row
= (width + (tile_width - 1)) / tile_width;
local
179
(k %
tiles_in_row
) * MICRO_TILE_SIZE / sizeof(uint64_t)
260
const unsigned
tiles_in_row
= (width + (tile_width - 1)) \/ tile_width;
local
293
const unsigned
tiles_in_row
= (width + (tile_width - 1)) \/ tile_width;
local
326
const unsigned
tiles_in_row
= (width + (tile_width - 1)) \/ tile_width;
local
359
const unsigned
tiles_in_row
= (width + (tile_width - 1)) \/ tile_width;
local
392
const unsigned
tiles_in_row
= (width + (tile_width - 1)) \/ tile_width;
local
[
all
...]
Completed in 88 milliseconds