HomeSort by relevance Sort by last modified time
    Searched refs:component_t (Results 1 - 5 of 5) sorted by null

  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 245 struct component_t : public reg_t { struct in class:android::GGLAssembler
246 component_t() : reg_t(), h(0), l(0) { function in struct:android::GGLAssembler::component_t
248 component_t(int r, int f=0) function in struct:android::GGLAssembler::component_t
251 component_t(int r, int lo, int hi, int f=0) function in struct:android::GGLAssembler::component_t
254 explicit component_t(const integer_t& rhs) function in struct:android::GGLAssembler::component_t
257 explicit component_t(const pixel_t& rhs, int component) { function in struct:android::GGLAssembler::component_t
358 void modulate( component_t& dest,
359 const component_t& incoming,
362 void decal( component_t& dest,
363 const component_t& incoming
    [all...]
blending.cpp 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))
    [all...]
load_store.cpp 169 void GGLAssembler::extract(component_t& d, const pixel_t& s, int component)
176 d = component_t(r);
180 void GGLAssembler::expand(integer_t& d, const component_t& s, int dbits)
190 void GGLAssembler::expand(component_t& d, const component_t& s, int dbits)
194 d = component_t(r);
248 pixel_t& d, int component, component_t s, const reg_t& dither)
GGLAssembler.cpp 467 component_t temp(-1);
482 component_t& temp,
532 component_t fragment;
554 component_t incoming(fragment);
604 temp = component_t(parts.iterated, component);
610 temp = component_t(parts.texel[i], component);
670 void GGLAssembler::build_coverage_application(component_t& fragment,
678 component_t incoming(fragment);
696 void GGLAssembler::build_alpha_test(component_t& fragment,
    [all...]
texturing.cpp 181 component_t& fragment,
    [all...]

Completed in 474 milliseconds