OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hgt
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_texture.c
233
const unsigned
hgt
= u_minify(spr->base.height0, level);
local
234
const unsigned nblocksy = util_format_get_nblocksy(spr->base.format,
hgt
);
367
const unsigned
hgt
= u_minify(spr->base.height0, level);
local
368
const unsigned nblocksy = util_format_get_nblocksy(format,
hgt
);
/external/mesa3d/src/gallium/drivers/softpipe/
sp_texture.c
233
const unsigned
hgt
= u_minify(spr->base.height0, level);
local
234
const unsigned nblocksy = util_format_get_nblocksy(spr->base.format,
hgt
);
367
const unsigned
hgt
= u_minify(spr->base.height0, level);
local
368
const unsigned nblocksy = util_format_get_nblocksy(format,
hgt
);
Completed in 488 milliseconds