Home | History | Annotate | Download | only in Device

Lines Matching defs:c000

601 		Color<float> c000 = read(x0, y0, z0);
614 c000 *= (1 - fx) * (1 - fy) * (1 - fz);
623 return c000 + c100 + c010 + c110 + c001 + c101 + c011 + c111;