Searched refs:fragment (Results 1 - 6 of 6) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
H A D | blending.cpp | 32 component_t& temp, // incomming fragment / output 40 integer_t fragment(temp.reg, temp.h, temp.flags); 59 build_blendFOneMinusF(temp, factor, fragment, fogColor); 64 component_t& temp, // incomming fragment / output 86 // fragment: extracted src 87 // temp: component_t(fragment) and result 126 // expand fb -or- fragment to the larger of the two 128 // for now we expand 'fb' to min(fragment, 8) 136 // convert input fragment to integer_t 142 integer_t fragment(tem [all...] |
H A D | GGLAssembler.cpp | 291 // that this whole fragment is a no-op. 529 component_t fragment; local 532 build_iterated_color(fragment, parts, component, regs); 535 build_texture_environment(fragment, parts, component, regs); 538 if (need_expander && (fragment.size() < dst_size)) { 540 // (so we know for sure fragment is CORRUPTIBLE) 541 expand(fragment, fragment, dst_size); 546 (mInfo[component].needed || fragment.size()<dst_size)) 550 if (fragment 667 build_coverage_application(component_t& fragment, const fragment_parts_t& parts, Scratch& regs) argument 693 build_alpha_test(component_t& fragment, const fragment_parts_t& parts) argument [all...] |
H A D | texturing.cpp | 181 component_t& fragment, 186 fragment.setTo( regs.obtain(), 0, 32, CORRUPTIBLE); 193 extract(fragment, parts.iterated, component); 195 fragment.h = GGL_COLOR_BITS; 196 fragment.l = GGL_COLOR_BITS - 8; 197 fragment.flags |= CLEAR_LO; 204 CONTEXT_LOAD(fragment.reg, generated_vars.argb[component].c); 206 ADD(AL, 0, dx, fragment.reg, dx); 209 CONTEXT_LOAD(fragment.reg, generated_vars.argb[component].c); 214 regs.recycle(fragment 180 build_iterated_color( component_t& fragment, const fragment_parts_t& parts, int component, Scratch& regs) argument 1063 build_texture_environment( component_t& fragment, const fragment_parts_t& parts, int component, Scratch& regs) argument [all...] |
H A D | GGLAssembler.h | 418 void build_iterated_color( component_t& fragment, 454 void build_texture_environment( component_t& fragment, 475 integer_t& fragment, 481 const integer_t& fragment, 486 const integer_t& fragment, 489 void build_coverage_application(component_t& fragment, 493 void build_alpha_test(component_t& fragment, const fragment_parts_t& parts);
|
/system/core/libpixelflinger/ |
H A D | scanline.cpp | 312 static void blending(context_t* c, pixel_t* fragment, pixel_t* fb); 339 void blending(context_t* c, pixel_t* fragment, pixel_t* fb) argument 341 rescale(fragment->c[0], fragment->s[0], fb->c[0], fb->s[0]); 342 rescale(fragment->c[1], fragment->s[1], fb->c[1], fb->s[1]); 343 rescale(fragment->c[2], fragment->s[2], fb->c[2], fb->s[2]); 344 rescale(fragment->c[3], fragment 543 pixel_t fragment; local [all...] |
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/ |
H A D | CmdInterpretWext.c | 1783 pCmdInterpret->wstats.discard.fragment = 0; /* Rx : Can't perform MAC reassembly */
|
Completed in 393 milliseconds