OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FRAC_BITS
(Results
1 - 2
of
2
) sorted by null
/system/core/libpixelflinger/codeflinger/
texturing.cpp
484
int
FRAC_BITS
= 0;
492
FRAC_BITS
= 7;
495
//
FRAC_BITS
=2 generates less instructions,
496
//
FRAC_BITS
=3,4,5 creates unpleasant artifacts,
497
//
FRAC_BITS
=6+ looks good
498
FRAC_BITS
= 6;
501
//
FRAC_BITS
=4 looks good
502
//
FRAC_BITS
=5+ looks better, but generates 3 extra ipp
503
FRAC_BITS
= 6;
506
FRAC_BITS
= 4
[
all
...]
GGLAssembler.h
441
int
FRAC_BITS
);
446
int
FRAC_BITS
);
451
int
FRAC_BITS
);
456
int
FRAC_BITS
);
Completed in 294 milliseconds