Searched refs:minB (Results 1 – 4 of 4) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexCompareVerifier.cpp | 611 const float minB = de::clamp((vBounds.x()-0.5f)-float(j), 0.0f, 1.0f); in isLinearCompareResultValid() local 619 …if (isBilinearCompareValid(sampler.compare, prec, depths, Vec2(minA, maxA), Vec2(minB, maxB), cmpR… in isLinearCompareResultValid() 1046 const float minB = de::clamp((vBounds.x()-0.5f)-float(j), 0.0f, 1.0f); in isSeamlessLinearCompareResultValid() local 1055 …if (isBilinearCompareValid(sampler.compare, prec, depths, Vec2(minA, maxA), Vec2(minB, maxB), cmpR… in isSeamlessLinearCompareResultValid()
|
D | tcuTexLookupVerifier.cpp | 764 const float minB = de::clamp((vBounds.x()-0.5f)-float(j), 0.0f, 1.0f); in isLinearSampleResultValid() local 775 if (isBilinearRangeValid(prec, quad, Vec2(minA, maxA), Vec2(minB, maxB), searchStep, result)) in isLinearSampleResultValid() 840 const float minB = de::clamp((vBounds.x()-0.5f)-float(j), 0.0f, 1.0f); in isLinearSampleResultValid() local 854 …if (isTrilinearRangeValid(prec, quad0, quad1, Vec2(minA, maxA), Vec2(minB, maxB), Vec2(minC, maxC)… in isLinearSampleResultValid() 1563 const float minB = de::clamp((vBounds.x()-0.5f)-float(j), 0.0f, 1.0f); in isSeamlessLinearSampleResultValid() local 1577 if (isBilinearRangeValid(prec, quad, Vec2(minA, maxA), Vec2(minB, maxB), searchStep, result)) in isSeamlessLinearSampleResultValid()
|
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_cc_functions.c | 2035 net->cc_mod.htcp_ca.minB = net->cc_mod.htcp_ca.maxB = net->cc_mod.htcp_ca.Bi = cur_Bi; in measure_achieved_throughput() 2040 if (net->cc_mod.htcp_ca.minB > net->cc_mod.htcp_ca.maxB) in measure_achieved_throughput() 2041 net->cc_mod.htcp_ca.minB = net->cc_mod.htcp_ca.maxB; in measure_achieved_throughput()
|
D | sctp_structs.h | 272 uint32_t minB; member
|