Home | History | Annotate | Download | only in codeflinger

Lines Matching refs:component_t

32                         component_t& temp,      // incomming fragment / output
64 component_t& temp, // incomming fragment / output
81 temp = component_t(regs.obtain(), CORRUPTIBLE);
87 // temp: component_t(fragment) and result
223 mul_factor_add(temp, fb, dst_factor, component_t(fragment));
233 mul_factor_add(temp, fragment, src_factor, component_t(fb));
436 component_t& temp,
450 mul_factor_add(temp, diff, factor, component_t(fb));
454 component_t& temp,
468 mul_factor_add(temp, diff, factor, component_t(fragment));
473 void GGLAssembler::mul_factor( component_t& d,
564 void GGLAssembler::mul_factor_add( component_t& d,
567 const component_t& a)
581 // 'a' is a component_t but it is guaranteed to have
635 void GGLAssembler::component_add(component_t& d,
655 void GGLAssembler::component_sat(const component_t& v)