Home
last modified time | relevance | path

Searched refs:minC (Results 1 - 9 of 9) sorted by relevance

/third_party/vk-gl-cts/framework/common/
H A DtcuTexVerifierUtil.cpp65 const float minC = minA - computeFixedPointError(uvBits); in computeNonNormalizedCoordBounds() local
68 DE_ASSERT(minC <= maxC); in computeNonNormalizedCoordBounds()
70 return Vec2(minC, maxC); in computeNonNormalizedCoordBounds()
H A DtcuTexLookupVerifier.cpp842 const float minC = de::clamp((wBounds.x()-0.5f)-float(k), 0.0f, 1.0f); in isLinearSampleResultValid() local
854 if (isTrilinearRangeValid(prec, quad0, quad1, Vec2(minA, maxA), Vec2(minB, maxB), Vec2(minC, maxC), searchStep, result)) in isLinearSampleResultValid()
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrFragmentOperations.cpp582 const float minC = minComp(color); in setLum() local
585 if (minC < 0.0f) in setLum()
586 return llum + ((color-llum)*llum / (llum != minC ? (llum-minC) : 1.0f)); in setLum()
/third_party/icu/icu4c/source/i18n/
H A DdecNumber.cpp6388 Unit *minC; /* low water mark for C */ local
6402 minC=c+blength; /* .. and B the shorter */
6404 minC+=bshift;
6415 if (minC>maxC) { /* swap */
6416 Unit *hold=minC;
6417 minC=maxC;
6425 for (; c<minC; c++) {
/third_party/node/deps/icu-small/source/i18n/
H A DdecNumber.cpp6388 Unit *minC; /* low water mark for C */ local
6402 minC=c+blength; /* .. and B the shorter */
6404 minC+=bshift;
6415 if (minC>maxC) { /* swap */
6416 Unit *hold=minC;
6417 minC=maxC;
6425 for (; c<minC; c++) {
/third_party/skia/third_party/externals/icu/source/i18n/
H A DdecNumber.cpp6388 Unit *minC; /* low water mark for C */ local
6402 minC=c+blength; /* .. and B the shorter */
6404 minC+=bshift;
6415 if (minC>maxC) { /* swap */
6416 Unit *hold=minC;
6417 minC=maxC;
6425 for (; c<minC; c++) {
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp1912 const Vec2 minC = corners ? Vec2(-1.2f) : Vec2(-0.6f, -1.2f);
1915 glu::TextureTestUtil::computeQuadTexCoordCube(res, m_iterations[iterationNdx].face, minC, maxC);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp2353 const Vec2 minC = (biasMode ? Vec2(-1.0f) : (corners ? Vec2(-1.2f) : Vec2(-0.6f, -1.2f))); in computeQuadTexCoord() local
2356 TextureTestUtil::computeQuadTexCoordCube(res, m_iterations[iterationNdx].face, minC, maxC); in computeQuadTexCoord()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp2369 const Vec2 minC = (biasMode ? Vec2(-1.0f) : (corners ? Vec2(-1.2f) : Vec2(-0.6f, -1.2f))); in computeQuadTexCoord() local
2372 TextureTestUtil::computeQuadTexCoordCube(res, m_iterations[iterationNdx].face, minC, maxC); in computeQuadTexCoord()

Completed in 60 milliseconds