Home | History | Annotate | Download | only in glshared

Lines Matching defs:cx

3159 		const float		cx		= (float(x)+0.5f) / dstW * srcW;
3161 const bool isOk = tcu::isLinearSampleResultValid(src, sampler, lookupPrec, tcu::Vec2(cx, cy), 0, result);
3195 const float cx = deFloatFloor(float(x) / dstW * srcW) + 1.0f;
3197 const bool isOk = tcu::isLinearSampleResultValid(src, sampler, lookupPrec, tcu::Vec2(cx, cy), 0, result);