Searched defs:maxA1 (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuTexLookupVerifier.cpp | 1056 const float maxA1 = de::clamp((uBounds1.y() - 0.5f) - float(i1), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid() local 1156 const float maxA1 = de::clamp((uBounds1.y() - 0.5f) - float(i1), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid() local 1285 … const float maxA1 = de::clamp((uBounds1.y() - 0.5f) - float(i1), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid() local 1678 const float maxA1 = de::clamp((uBounds1.y() - 0.5f) - float(i1), 0.0f, 1.0f); in isSeamplessLinearMipmapLinearSampleResultValid() local
|
H A D | tcuTexCompareVerifier.cpp | 711 const float maxA1 = de::clamp((uBounds1.y() - 0.5f) - float(i1), 0.0f, 1.0f); in isLinearMipmapLinearCompareResultValid() local 899 const float maxA1 = de::clamp((uBounds1.y() - 0.5f) - float(i1), 0.0f, 1.0f); in isSeamplessLinearMipmapLinearCompareResultValid() local 1286 const float maxA1 = de::clamp((uBounds1.y() - 0.5f) - float(i1), 0.0f, 1.0f); in isLinearMipmapLinearCompareResultValid() local
|