Home
last modified time | relevance | path

Searched defs:mix (Results 1 – 25 of 50) sorted by relevance

12

/third_party/mesa3d/docs/_extra/specs/
DEXT_shader_integer_mix.spec41 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/
DdeclarationEmitMixinPrivateProtected.ts3 declare function mix<TMix>(mixin: TMix): TMix; function
21 declare function mix<TMix>(mixin: TMix): TMix; function
/third_party/alsa-utils/alsaloop/
Dcontrol.c243 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/
Dvp9lpf_neon.S589 .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/
DparserUsingConstructorAsIdentifier.ts32 function mix(constructor) { function
/third_party/skia/src/gpu/tessellate/
DTessellation.h52 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/
Dvf_colortemperature.c39 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
Dvf_colorize.c32 float mix; member
59 const float mix = s->mix; in colorizey_slice8() local
82 const float mix = s->mix; in colorizey_slice16() local
Daf_sidechaincompress.c52 double mix; member
171 const double mix = s->mix; in compressor() local
Daf_acrusher.c48 double mix; member
226 const double mix = s->mix; in filter_frame() local
Daf_earwax.c159 static void mix(AVFilterContext *ctx, AVFrame *out, in mix() function
Daf_asubboost.c100 const double mix = ctx->is_disabled ? 0. : 1.; in filter_channels() local
Daf_speechnorm.c332 static float flerp(float min, float max, float mix) in flerp()
/third_party/typescript/tests/baselines/reference/
DparserUsingConstructorAsIdentifier.js33 function mix(constructor) { function
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
DSynthVoice.java50 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/
Dseed_material.cc235 auto mix = [&](uint32_t x, uint32_t y) { in MixIntoSeedMaterial() local
/third_party/zlib/examples/
Dgznorm.c301 int mix = (strm.data_type & 0x80) && bits; in gzip_normalize() local
/third_party/vk-gl-cts/framework/common/
DtcuVectorUtil.hpp70 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/
Dfunc_common.inl564 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/
Ddwfl_segment_report_module.c184 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/
Daes.c113 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/
DHashing.h290 void mix(const char *s) { in mix() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DHashing.h289 void mix(const char *s) { in mix() function
/third_party/selinux/libsepol/src/
Davtab.c67 #define mix(input) do { \ in avtab_hash() macro
/third_party/skia/modules/skparagraph/src/
DParagraphCache.cpp122 uint32_t ParagraphCacheKey::mix(uint32_t hash, uint32_t data) { in mix() function in skia::textlayout::ParagraphCacheKey

12