OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:height_t
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c
148
const unsigned
height_t
= align(height, TILE_SIZE) / TILE_SIZE;
local
150
lpr->tiles_per_image[level] = width_t *
height_t
;
209
const unsigned
height_t
= height / TILE_SIZE;
local
212
lpr->tiles_per_image[0] = width_t *
height_t
;
475
unsigned width, height, width_t,
height_t
;
local
491
height_t
= height / TILE_SIZE;
503
lpr->tiles_per_image[0] = width_t *
height_t
;
954
unsigned width_t, unsigned
height_t
,
960
for (i = 0; i < width_t *
height_t
; i++) {
1040
const unsigned
height_t
= align(height, TILE_SIZE) / TILE_SIZE
local
[
all
...]
Completed in 122 milliseconds