Home | History | Annotate | Download | only in common

Lines Matching defs:c0

249 								const Vec4&				c0,
257 const Vec4 i0 = c0*(1.0f - fBounds[0]) + c1*fBounds[0];
258 const Vec4 i1 = c0*(1.0f - fBounds[1]) + c1*fBounds[1];
305 const Vec4 c0 = quad.p00*(1.0f - a) + quad.p10*a;
308 if (isLinearRangeValid(prec, c0, c1, yBounds, result))
341 const Vec4 c0 = quad0.p00*(1.0f-a)*(1.0f-b) + quad0.p10*a*(1.0f-b) + quad0.p01*(1.0f-a)*b + quad0.p11*a*b;
344 if (isLinearRangeValid(prec, c0, c1, zBounds, result))
374 const Vec4 c0 = line0.p0*(1.0f-a0) + line0.p1*a0;
381 if (isLinearRangeValid(prec, c0, c1, zBounds, result))
422 const Vec4 c0 = quad0.p00*(1.0f-a0)*(1.0f-b0) + quad0.p10*a0*(1.0f-b0) + quad0.p01*(1.0f-a0)*b0 + quad0.p11*a0*b0;
432 if (isLinearRangeValid(prec, c0, c1, zBounds, result))
490 const float c0 = de::min(z0, zBounds0.y());
491 const Vec4 cz0 = c00*(1.0f-c0) + c01*c0;
821 const Vec4 c0 = lookup<float>(level0, sampler, wrap(sampler.wrapS, i0, w0), coordY, 0);
824 if (isLinearRangeValid(prec, c0, c1, fBounds, result))
869 const Vec4 c0
872 if (isLinearRangeValid(prec, c0, c1, fBounds, result))
930 const Vec4 c0 = lookup<float>(level0, sampler, wrap(sampler.wrapS, i0, w0), wrap(sampler.wrapT, j0, h0), wrap(sampler.wrapR, k0, d0));
933 if (isLinearRangeValid(prec, c0, c1, fBounds, result))