Home
last modified time | relevance | path

Searched refs:maxC (Results 1 – 9 of 9) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuTexVerifierUtil.cpp66 const float maxC = maxA + computeFixedPointError(uvBits); in computeNonNormalizedCoordBounds() local
68 DE_ASSERT(minC <= maxC); in computeNonNormalizedCoordBounds()
70 return Vec2(minC, maxC); in computeNonNormalizedCoordBounds()
DtcuTexLookupVerifier.cpp843 const float maxC = de::clamp((wBounds.y()-0.5f)-float(k), 0.0f, 1.0f); in isLinearSampleResultValid() local
854 …eValid(prec, quad0, quad1, Vec2(minA, maxA), Vec2(minB, maxB), Vec2(minC, maxC), searchStep, resul… in isLinearSampleResultValid()
/third_party/vk-gl-cts/framework/referencerenderer/
DrrFragmentOperations.cpp583 const float maxC = maxComp(color); in setLum() local
587 else if (maxC > 1.0f) in setLum()
588 return llum + ((color-llum)*(1.0f-llum) / (llum != maxC ? (maxC-llum) : 1.0f)); in setLum()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
DdecNumber.cpp6389 Unit *maxC; /* high water mark for C */ local
6401 maxC=c+alength; /* A is usually the longer */
6415 if (minC>maxC) { /* swap */
6417 minC=maxC;
6418 maxC=hold;
6506 if (c<maxC) for (; c<maxC; c++) {
6600 for (c=clsu; c<maxC; c++) {
/third_party/skia/third_party/externals/icu/source/i18n/
DdecNumber.cpp6389 Unit *maxC; /* high water mark for C */ local
6401 maxC=c+alength; /* A is usually the longer */
6415 if (minC>maxC) { /* swap */
6417 minC=maxC;
6418 maxC=hold;
6506 if (c<maxC) for (; c<maxC; c++) {
6600 for (c=clsu; c<maxC; c++) {
/third_party/icu/icu4c/source/i18n/
DdecNumber.cpp6389 Unit *maxC; /* high water mark for C */ local
6401 maxC=c+alength; /* A is usually the longer */
6415 if (minC>maxC) { /* swap */
6417 minC=maxC;
6418 maxC=hold;
6506 if (c<maxC) for (; c<maxC; c++) {
6600 for (c=clsu; c<maxC; c++) {
/third_party/node/deps/icu-small/source/i18n/
DdecNumber.cpp6389 Unit *maxC; /* high water mark for C */ local
6401 maxC=c+alength; /* A is usually the longer */
6415 if (minC>maxC) { /* swap */
6417 minC=maxC;
6418 maxC=hold;
6506 if (c<maxC) for (; c<maxC; c++) {
6600 for (c=clsu; c<maxC; c++) {
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureGatherTests.cpp1913 const Vec2 maxC = corners ? Vec2( 1.2f) : Vec2( 0.6f, 1.2f); in computeQuadTexCoord() local
1915 glu::TextureTestUtil::computeQuadTexCoordCube(res, m_iterations[iterationNdx].face, minC, maxC); in computeQuadTexCoord()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp2348 const Vec2 maxC = (biasMode ? Vec2( 1.0f) : (corners ? Vec2( 1.2f) : Vec2( 0.6f, 1.2f))); in computeQuadTexCoord() local
2350 TextureTestUtil::computeQuadTexCoordCube(res, m_iterations[iterationNdx].face, minC, maxC); in computeQuadTexCoord()