Searched refs:maxMtIndex (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ | ||
| H A D | radeon_mipmap_tree.c | 454 unsigned maxMtIndex = 0; local in function:get_biggest_matching_miptree 491 if (mtSizes[i] > mtSizes[maxMtIndex]) { 492 maxMtIndex = i; 496 tmp = mts[maxMtIndex]; |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ | ||
| H A D | radeon_mipmap_tree.c | 455 unsigned maxMtIndex = 0; local in function:get_biggest_matching_miptree 492 if (mtSizes[i] > mtSizes[maxMtIndex]) { 493 maxMtIndex = i; 497 tmp = mts[maxMtIndex]; |
Completed in 3 milliseconds