OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxMtIndex
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c
485
unsigned
maxMtIndex
= 0;
522
if (mtSizes[i] > mtSizes[
maxMtIndex
]) {
523
maxMtIndex
= i;
527
tmp = mts[
maxMtIndex
];
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c
485
unsigned
maxMtIndex
= 0;
522
if (mtSizes[i] > mtSizes[
maxMtIndex
]) {
523
maxMtIndex
= i;
527
tmp = mts[
maxMtIndex
];
Completed in 58 milliseconds