Searched refs:fcol (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| H A D | mga_sarea.h | 126 unsigned int fcol; member in struct:__anon3c84b6e70108
|
| H A D | mga_exa.c | 528 CARD32 fcol = 0xff000000, ds0 = 0, ds1 = 0, cmd, blendcntl; local in function:mgaPrepareComposite 549 fcol = 0xffffffff; 599 OUTREG(MGAREG_FCOL, fcol);
|
| /xsrc/external/mit/libdrm/dist/include/drm/ |
| H A D | mga_drm.h | 143 unsigned int fcol; member in struct:__anon8e02c7740108
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_texfilter.c | 453 GLfloat fcol; local in function:clamp_rect_coord_linear 458 fcol = CLAMP(coord - 0.5F, 0.0F, max - 1); 459 i0 = IFLOOR(fcol); 463 fcol = CLAMP(coord, 0.5F, max - 0.5F); 464 fcol -= 0.5F; 465 i0 = IFLOOR(fcol); 471 fcol = CLAMP(coord, -0.5F, max + 0.5F); 472 fcol -= 0.5F; 473 i0 = IFLOOR(fcol); 479 fcol [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_texfilter.c | 453 GLfloat fcol; local in function:clamp_rect_coord_linear 458 fcol = CLAMP(coord - 0.5F, 0.0F, max - 1); 459 i0 = util_ifloor(fcol); 463 fcol = CLAMP(coord, 0.5F, max - 0.5F); 464 fcol -= 0.5F; 465 i0 = util_ifloor(fcol); 471 fcol = CLAMP(coord, -0.5F, max + 0.5F); 472 fcol -= 0.5F; 473 i0 = util_ifloor(fcol); 479 fcol [all...] |
Completed in 10 milliseconds