Searched refs:component_t (Results 1 - 5 of 5) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.h241 struct component_t : public reg_t { struct in class:android::GGLAssembler
242 component_t() : reg_t(), h(0), l(0) { function in struct:android::GGLAssembler::component_t
244 component_t(int r, int f=0) function in struct:android::GGLAssembler::component_t
247 component_t(int r, int lo, int hi, int f=0) function in struct:android::GGLAssembler::component_t
250 explicit component_t(const integer_t& rhs) function in struct:android::GGLAssembler::component_t
253 explicit component_t(const pixel_t& rhs, int component) { function in struct:android::GGLAssembler::component_t
354 void modulate( component_t& dest,
355 const component_t& incoming,
358 void decal( component_t& dest,
359 const component_t
[all...]
H A Dblending.cpp32 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(fragmen
[all...]
H A Dload_store.cpp147 void GGLAssembler::extract(component_t& d, const pixel_t& s, int component)
154 d = component_t(r);
158 void GGLAssembler::expand(integer_t& d, const component_t& s, int dbits)
168 void GGLAssembler::expand(component_t& d, const component_t& s, int dbits)
172 d = component_t(r);
226 pixel_t& d, int component, component_t s, const reg_t& dither)
H A DGGLAssembler.cpp464 component_t temp(-1);
479 component_t& temp,
529 component_t fragment;
551 component_t incoming(fragment);
601 temp = component_t(parts.iterated, component);
607 temp = component_t(parts.texel[i], component);
667 void GGLAssembler::build_coverage_application(component_t& fragment,
675 component_t incoming(fragment);
693 void GGLAssembler::build_alpha_test(component_t& fragment,
H A Dtexturing.cpp181 component_t& fragment,
1064 component_t& fragment,
1091 component_t incoming(fragment);
1154 component_t& dest,
1155 const component_t& incoming,
1244 component_t& dest,
1245 const component_t& incoming,
1275 component_t& dest,
1276 const component_t& incoming,
1313 component_t
[all...]

Completed in 52 milliseconds