Home
last modified time | relevance | path

Searched refs:minA (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/framework/common/
H A DtcuTexVerifierUtil.cpp63 const float minA = normalizedCoords ? minN*float(dim) : minN; in computeNonNormalizedCoordBounds() local
65 const float minC = minA - computeFixedPointError(uvBits); in computeNonNormalizedCoordBounds()
H A DtcuTexCompareVerifier.cpp615 const float minA = de::clamp((uBounds.x()-0.5f)-float(i), 0.0f, 1.0f);
625 if (isBilinearCompareValid(sampler.compare, prec, depths, Vec2(minA, maxA), Vec2(minB, maxB), cmpReference, result, isFixedPointDepth))
1050 const float minA = de::clamp((uBounds.x()-0.5f)-float(i), 0.0f, 1.0f);
1061 if (isBilinearCompareValid(sampler.compare, prec, depths, Vec2(minA, maxA), Vec2(minB, maxB), cmpReference, result, isFixedPointDepth))
1246 const float minA = de::clamp((uBounds.x() - 0.5f) - float(i), 0.0f, 1.0f);
1252 if (isLinearCompareValid(sampler.compare, prec, depths, Vec2(minA, maxA), cmpReference, result, isFixedPointDepth))
H A DtcuTexLookupVerifier.cpp699 const float minA = de::clamp((uBounds.x()-0.5f)-float(i), 0.0f, 1.0f); in isLinearSampleResultValid() local
707 if (isLinearRangeValid(prec, colorA, colorB, Vec2(minA, maxA), result)) in isLinearSampleResultValid()
762 const float minA = de::clamp((uBounds.x()-0.5f)-float(i), 0.0f, 1.0f); in isLinearSampleResultValid() local
775 if (isBilinearRangeValid(prec, quad, Vec2(minA, maxA), Vec2(minB, maxB), searchStep, result)) in isLinearSampleResultValid()
838 const float minA = de::clamp((uBounds.x()-0.5f)-float(i), 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()
1561 const float minA = de::clamp((uBounds.x()-0.5f)-float(i), 0.0f, 1.0f); variable
1577 if (isBilinearRangeValid(prec, quad, Vec2(minA, maxA), Vec2(minB, maxB), searchStep, result))
/third_party/skia/third_party/externals/dawn/src/tests/unittests/d3d12/
H A DCopySplitTests.cpp114 bool InclusiveRangesOverlap(uint32_t minA, uint32_t maxA, uint32_t minB, uint32_t maxB) { in InclusiveRangesOverlap() argument
115 return (minA <= minB && minB <= maxA) || (minB <= minA && minA <= maxB); in InclusiveRangesOverlap()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderStorageBufferObjectTests.cpp8020 GLint minA; in Run() local
8021 glGetIntegerv(GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT, &minA); in Run()
8104 else if (bind_seq == bindrangeoffset && 2 * bufsize[i][1] >= minA) in Run()
8110 { // bind_seq == bindrangesize || 2*bufsize[i][1] < minA in Run()
H A Dgl4cES31CompatibilityShaderStorageBufferObjectTests.cpp7495 GLint minA; in Run() local
7496 glGetIntegerv(GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT, &minA); in Run()
7576 else if (bind_seq == bindrangeoffset && 2 * bufsize[i][1] >= minA) in Run()
7582 { // bind_seq == bindrangesize || 2*bufsize[i][1] < minA in Run()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cShaderStorageBufferObjectTests.cpp7658 GLint minA; in Run() local
7659 glGetIntegerv(GL_SHADER_STORAGE_BUFFER_OFFSET_ALIGNMENT, &minA); in Run()
7744 else if (bind_seq == bindrangeoffset && 2 * bufsize[i][1] >= minA) in Run()
7750 { // bind_seq == bindrangesize || 2*bufsize[i][1] < minA in Run()

Completed in 54 milliseconds