/system/core/libpixelflinger/codeflinger/ |
D | blending.cpp | 50 integer_t factor(scratches.obtain(), 16, CORRUPTIBLE); in build_fog() local 51 CONTEXT_LOAD(factor.reg, generated_vars.f); in build_fog() 55 BIC(AL, 0, factor.reg, factor.reg, reg_imm(factor.reg, ASR, 31)); in build_fog() 56 CMP(AL, factor.reg, imm( 0x10000 )); in build_fog() 57 MOV(HS, 0, factor.reg, imm( 0x10000 )); in build_fog() 59 build_blendFOneMinusF(temp, factor, fragment, fogColor); in build_fog() 169 integer_t factor; in build_blending() local 170 build_blend_factor(factor, fs, in build_blending() 174 build_blendFOneMinusF(temp, factor, fragment, fb); in build_blending() 177 integer_t factor; in build_blending() local [all …]
|
D | texturing.cpp | 1166 integer_t factor(locals.obtain(), 32, CORRUPTIBLE); in decal() local 1168 extract(factor, incomingTexel, GGLFormat::ALPHA); in decal() 1183 ADD(AL, 0, factor.reg, factor.reg, reg_imm(factor.reg, LSR, factor.s-1)); in decal() 1184 build_blendOneMinusFF(dest, factor, incomingNorm, texel); in decal() 1203 integer_t factor(locals.obtain(), 32, CORRUPTIBLE); in blend() local 1206 extract(factor, incomingTexel, component); in blend() 1221 ADD(AL, 0, factor.reg, factor.reg, reg_imm(factor.reg, LSR, factor.s-1)); in blend() 1222 build_blendOneMinusFF(dest, factor, incomingNorm, color); in blend()
|
D | GGLAssembler.h | 483 integer_t& factor, int f, int component, 490 const integer_t& factor, 495 const integer_t& factor,
|
/system/media/audio_utils/ |
D | limiter.c | 45 static const float factor = 4.3125; in limiter() local 46 static const float ratio = 1.0 / factor; in limiter() 47 out = crossover + atan_approximation((in_abs - crossover)*factor)*ratio; in limiter()
|
/system/extras/tests/sdcard/ |
D | plot_sdcard.py | 68 factor = len(self.data) / length 70 if factor > 1: 77 if idx % factor == 0: 79 new_data.append(accum / factor)
|
/system/core/libpixelflinger/ |
D | scanline.cpp | 470 static void blend_factor(context_t* c, pixel_t* r, uint32_t factor, 549 uint32_t factor, const pixel_t* src, const pixel_t* dst) in blend_factor() argument 551 switch (factor) { in blend_factor() 826 uint32_t factor = Ct + (Ct>>(st-1)); in scanline() local 827 Cf = (Cf * factor) >> st; in scanline() 841 uint32_t factor = Ct + (Ct>>(st-1)); in scanline() local 842 Cf = ((((1<<st) - factor) * Cf) + Ct*Cc)>>st; in scanline()
|
/system/core/metricsd/uploader/proto/ |
D | system_profile.proto | 150 // The device scale factor of the primary screen.
|
/system/tpm/trunks/generator/ |
D | raw_structures.txt | 14957 need to start with just one prime factor. This structure allows the vendor-specific structure to us… 15006 a prime factor of the public
|
D | raw_structures_fixed.txt | 14949 need to start with just one prime factor. This structure allows the vendor-specific structure to us… 14998 a prime factor of the public
|