Home
last modified time | relevance | path

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

/external/mesa3d/docs/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/clang/test/CodeGen/
Dpragma-weak.c97 #pragma weak mix macro
98 __attribute((weak)) void mix(void) { } in mix() function
/external/regex-re2/util/
Dhash.cc89 #define mix(a,b,c) \ macro
/external/clang/test/CXX/except/except.spec/
Dp1.cpp44 namespace mix { namespace
/external/libnl/lib/
Dhash.c101 #define mix(a,b,c) \ macro
/external/deqp/framework/common/
DtcuVectorUtil.hpp69 inline float mix (float x, float y, float a) { return x * (1.0f - a) + y * a; } in mix() function
79 inline double mix (double x, double y, double a) { return x * (1.0 - a) + y * a; } in mix() function
205 Vector<float, Size> mix (const Vector<float, Size>& x, const Vector<float, Size>& y, float a) in mix() function
214 Vector<double, Size> mix (const Vector<double, Size>& x, const Vector<double, Size>& y, double a) in mix() function
/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c173 for (size_t mix = 0; mix < count; mix++) in handle_file_note() local
191 for (ssize_t mix = 0; mix <= lastix; mix++) in handle_file_note() local
/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_common.inl526 GLM_FUNC_QUALIFIER vecType<T, P> mix function
537 GLM_FUNC_QUALIFIER vecType<T, P> mix function
548 GLM_FUNC_QUALIFIER genTypeT mix function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DHashing.h290 void mix(const char *s) { in mix() function
/external/llvm/include/llvm/ADT/
DHashing.h290 void mix(const char *s) { in mix() function
/external/selinux/libsepol/src/
Davtab.c66 #define mix(input) { \ in avtab_hash() macro
/external/vulkan-validation-layers/libs/glm/gtx/
Dsimd_quat.inl417 GLM_FUNC_QUALIFIER detail::fquatSIMD mix function
Dsimd_vec4.inl446 GLM_FUNC_QUALIFIER detail::fvec4SIMD mix function
/external/webrtc/webrtc/voice_engine/
Dtransmit_mixer.cc1054 TransmitMixer::SetMixWithMicStatus(bool mix) in SetMixWithMicStatus()
Dchannel.cc2421 Channel::SetMixWithMicStatus(bool mix) in SetMixWithMicStatus()
/external/vulkan-validation-layers/libs/glm/gtc/
Dquaternion.inl523 GLM_FUNC_QUALIFIER detail::tquat<T, P> mix function
/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k_phy.c216 u32 mix, step; in ath5k_hw_rf_gainf_corr() local
/external/webp/src/enc/
Dhistogram_enc.c164 double mix; in BitsEntropyRefine() local
/external/toybox/toys/posix/
Dps.c1352 } plist[2], *plold, *plnew, old, new, mix; in top_common() local
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp684 #define mix(a,b,c) \ macro
/external/selinux/libsepol/cil/src/
Dcil_binary.c4226 #define mix(input) { \ in avrulex_hash() macro
/external/toybox/generated/
Dglobals.h1432 struct mix_data mix; member