| /third_party/mesa3d/docs/_extra/specs/ |
| D | EXT_shader_integer_mix.spec | 41 GLSL 1.30 (and GLSL ES 3.00) expanded the mix() built-in function to function 43 selects. This extension extends mix() to select between int, uint, function 118 2) Should we allow mix() to select between boolean components? function 136 2 08/26/2013 mattst88 Change vendor prefix to MESA. Add mix() that function
|
| /third_party/typescript/tests/cases/compiler/ |
| D | declarationEmitMixinPrivateProtected.ts | 3 declare function mix<TMix>(mixin: TMix): TMix; function 21 declare function mix<TMix>(mixin: TMix): TMix; function
|
| /third_party/alsa-utils/alsaloop/ |
| D | control.c | 243 struct loopback_mixer *mix) in control_init2() 316 struct loopback_mixer *mix; in control_init() local 345 struct loopback_mixer *mix; in control_done() local 367 struct loopback_mixer *mix, in control_event1() 410 struct loopback_mixer *mix; in control_event() local
|
| /third_party/ffmpeg/libavcodec/aarch64/ |
| D | vp9lpf_neon.S | 589 .macro loop_filter_4_16b_mix mix argument 599 .macro loop_filter_8_16b_mix mix argument 806 .macro mix_v_16 mix argument 897 .macro mix_h_16 mix argument
|
| /third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
| D | parserUsingConstructorAsIdentifier.ts | 32 function mix(constructor) { function
|
| /third_party/skia/src/gpu/tessellate/ |
| D | Tessellation.h | 52 AI vec<N> mix(vec<N> a, vec<N> b, vec<N> T) { in mix() function 58 AI vec<N> mix(vec<N> a, vec<N> b, float T) { in mix() function
|
| /third_party/ffmpeg/libavfilter/ |
| D | vf_colortemperature.c | 39 float mix; member 110 const float mix = s->mix; in temperature_slice8() local 153 const float mix = s->mix; in temperature_slice16() local 194 const float mix = s->mix; in temperature_slice8p() local 235 const float mix = s->mix; in temperature_slice16p() local
|
| D | vf_colorize.c | 32 float mix; member 59 const float mix = s->mix; in colorizey_slice8() local 82 const float mix = s->mix; in colorizey_slice16() local
|
| D | af_sidechaincompress.c | 52 double mix; member 171 const double mix = s->mix; in compressor() local
|
| D | af_acrusher.c | 48 double mix; member 226 const double mix = s->mix; in filter_frame() local
|
| D | af_earwax.c | 159 static void mix(AVFilterContext *ctx, AVFrame *out, in mix() function
|
| D | af_asubboost.c | 100 const double mix = ctx->is_disabled ? 0. : 1.; in filter_channels() local
|
| D | af_speechnorm.c | 332 static float flerp(float min, float max, float mix) in flerp()
|
| /third_party/typescript/tests/baselines/reference/ |
| D | parserUsingConstructorAsIdentifier.js | 33 function mix(constructor) { function
|
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/ |
| D | SynthVoice.java | 50 public void mix(float[] outputBuffer, int samplesPerFrame, float level) { in mix() method in SynthVoice
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
| D | seed_material.cc | 235 auto mix = [&](uint32_t x, uint32_t y) { in MixIntoSeedMaterial() local
|
| /third_party/zlib/examples/ |
| D | gznorm.c | 301 int mix = (strm.data_type & 0x80) && bits; in gzip_normalize() local
|
| /third_party/vk-gl-cts/framework/common/ |
| D | tcuVectorUtil.hpp | 70 inline float mix (float x, float y, float a) { return x * (1.0f - a) + y * a; } in mix() function 80 inline double mix (double x, double y, double a) { return x * (1.0 - a) + y * a; } in mix() function 206 Vector<float, Size> mix (const Vector<float, Size>& x, const Vector<float, Size>& y, float a) in mix() function 215 Vector<double, Size> mix (const Vector<double, Size>& x, const Vector<double, Size>& y, double a) in mix() function
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
| D | func_common.inl | 564 GLM_FUNC_QUALIFIER genTypeT mix(genTypeT x, genTypeT y, genTypeU a) function 570 GLM_FUNC_QUALIFIER vecType<T, P> mix(vecType<T, P> const & x, vecType<T, P> const & y, U a) function 576 …GLM_FUNC_QUALIFIER vecType<T, P> mix(vecType<T, P> const & x, vecType<T, P> const & y, vecType<U, … function
|
| /third_party/elfutils/libdwfl/ |
| D | dwfl_segment_report_module.c | 184 for (size_t mix = 0; mix < count; mix++) in handle_file_note() local 202 for (ssize_t mix = 0; mix <= lastix; mix++) in handle_file_note() local
|
| /third_party/ffmpeg/libavutil/ |
| D | aes.c | 113 static inline void mix(av_aes_block state[2], uint32_t multbl[][256], int s1, int s3) in mix() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| D | Hashing.h | 290 void mix(const char *s) { in mix() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | Hashing.h | 289 void mix(const char *s) { in mix() function
|
| /third_party/selinux/libsepol/src/ |
| D | avtab.c | 67 #define mix(input) do { \ in avtab_hash() macro
|
| /third_party/skia/modules/skparagraph/src/ |
| D | ParagraphCache.cpp | 122 uint32_t ParagraphCacheKey::mix(uint32_t hash, uint32_t data) { in mix() function in skia::textlayout::ParagraphCacheKey
|