Home
last modified time | relevance | path

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

12

/external/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
/external/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
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
Dsignal_processing_unittest.py154 def ToneAmplitudes(mix): argument
/external/clang/test/CodeGen/
Dpragma-weak.c97 #pragma weak mix macro
98 __attribute((weak)) void mix(void) { } in mix() function
/external/rust/crates/plotters-backend/src/
Dstyle.rs10 pub fn mix(&self, alpha: f64) -> Self { in mix() method
/external/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
/external/libtextclassifier/abseil-cpp/absl/random/internal/
Dseed_material.cc187 auto mix = [&](uint32_t x, uint32_t y) { in MixIntoSeedMaterial() local
/external/openscreen/third_party/abseil/src/absl/random/internal/
Dseed_material.cc187 auto mix = [&](uint32_t x, uint32_t y) { in MixIntoSeedMaterial() local
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Dseed_material.cc187 auto mix = [&](uint32_t x, uint32_t y) { in MixIntoSeedMaterial() local
/external/angle/third_party/abseil-cpp/absl/random/internal/
Dseed_material.cc235 auto mix = [&](uint32_t x, uint32_t y) { in MixIntoSeedMaterial() local
/external/abseil-cpp/absl/random/internal/
Dseed_material.cc235 auto mix = [&](uint32_t x, uint32_t y) { in MixIntoSeedMaterial() local
/external/webrtc/third_party/abseil-cpp/absl/random/internal/
Dseed_material.cc235 auto mix = [&](uint32_t x, uint32_t y) { in MixIntoSeedMaterial() local
/external/renderscript-intrinsics-replacement-toolkit/test-app/src/main/java/com/google/android/renderscript_test/
DBufferUtils.kt278 fun mix(start: Float, end: Float, fraction: Float) = start + (end - start) * fraction in indexOfVector() method
280 fun mix(a: Float4, b: Float4, fraction: Float) = Float4( in indexOfVector() method
/external/clang/test/CXX/except/except.spec/
Dp1.cpp44 namespace mix { namespace
/external/deqp/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
/external/libnl/lib/
Dhash.c102 #define mix(a,b,c) \ macro
/external/rust/crates/plotters/src/style/
Dcolor.rs26 fn mix(&self, value: f64) -> RGBAColor { in mix() method
/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c185 for (size_t mix = 0; mix < count; mix++) in handle_file_note() local
203 for (ssize_t mix = 0; mix <= lastix; mix++) in handle_file_note() local
/external/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
/external/tensorflow/tensorflow/core/kernels/
Dstateless_random_ops.cc58 const auto mix = random::PhiloxRandom(*out_counter, *out_key)(); in GenerateKey() local
/external/skia/modules/skparagraph/src/
DParagraphCache.cpp88 uint32_t ParagraphCacheKey::mix(uint32_t hash, uint32_t data) { in mix() function in skia::textlayout::ParagraphCacheKey
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DHashing.h289 void mix(const char *s) { in mix() function
/external/llvm/include/llvm/ADT/
DHashing.h290 void mix(const char *s) { in mix() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DHashing.h290 void mix(const char *s) { in mix() function
/external/selinux/libsepol/src/
Davtab.c67 #define mix(input) do { \ in avtab_hash() macro

12