Searched refs:Rounding (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| H A D | atiutil.c | 78 int Rounding = 0; /* Default to floor */ local in function:ATIDivide 111 Rounding = Denominator >> 1; 113 Rounding = Denominator - 1; 116 ((((Numerator % Denominator) << Shift) + Rounding) / Denominator);
|
| /xsrc/external/mit/xf86-video-cirrus/dist/src/ |
| H A D | cir.h | 37 int Rounding; member in struct:__anon805ca9280108
|
| H A D | alp_driver.c | 433 if ((accelWidths[i] % pCir->Rounding == 0) 976 pCir->Rounding = 1; 980 pCir->Rounding = 128 >> pCir->BppShift; 1007 pCir->Rounding * pScrn->bitsPerPixel, 128, 2048, 1019 pCir->Rounding * pScrn->bitsPerPixel, 128, 2048,
|
| H A D | lg_driver.c | 908 pCir->Rounding = 128 >> pCir->BppShift;
|
| /xsrc/external/mit/xf86-video-rendition/dist/src/ |
| H A D | rendition.c | 481 int videoRam, Rounding, nModes = 0; local in function:renditionPreInit 808 Rounding = 16 * 8; 810 Rounding = 16; 818 &renditionClockRange, NULL, 8, MAX_HDISPLAY, Rounding,
|
| /xsrc/external/mit/xf86-video-chips/dist/src/ |
| H A D | ct_driver.h | 321 int Rounding; member in struct:_CHIPSRec
|
| H A D | ct_driver.c | 1188 cPtr->Rounding = 8 * (pScrn->bitsPerPixel <= 8 ? 8 1193 NULL, 256, 2048, cPtr->Rounding,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | tgsi.rst | 997 Rounding is unspecified (round to nearest even suggested). 1012 Rounding is unspecified (round to nearest even suggested). 1027 Rounding is towards zero (truncate). 1043 Rounding is towards zero (truncate).
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | tgsi.rst | 1031 Rounding is unspecified (round to nearest even suggested). 1046 Rounding is unspecified (round to nearest even suggested). 1061 Rounding is towards zero (truncate). 1077 Rounding is towards zero (truncate).
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | spirv.core.grammar.json | 10866 { "kind" : "FPRoundingMode", "name" : "'Floating-Point Rounding Mode'" } 11166 { "kind" : "FPRoundingMode", "name" : "'FP Rounding Mode'" }
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | spirv.core.grammar.json | 5823 { "kind" : "FPRoundingMode", "name" : "'Floating-Point Rounding Mode'" }
|
Completed in 106 milliseconds