Searched refs:MAX_TEXTURE_LOD (Results 1 – 2 of 2) sorted by relevance
26 constexpr int MAX_TEXTURE_LOD = MIPMAP_LEVELS - 2; // Trilinear accesses lod+1 variable
35 return sw::clamp(lod, 0.0f, (float)(sw::MAX_TEXTURE_LOD)); in ClampLod()