Searched refs:is16Bit (Results 1 – 10 of 10) sorted by relevance
/external/oboe/samples/RhythmGame/src/main/cpp/ |
D | Game.cpp | 120 bool is16Bit = (oboeStream->getFormat() == AudioFormat::I16); in onAudioReady() local 121 float *outputBuffer = (is16Bit) ? mConversionBuffer.get() : static_cast<float *>(audioData); in onAudioReady() 139 if (is16Bit){ in onAudioReady()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 296 bool contains (const typename Traits<T>::IVal& ival, const T& value, bool is16Bit = false, const tc… in contains() argument 298 return Traits<T>::doContains(ival, value, is16Bit, modularDivisor); in contains() 524 static Interval doConvert (const FloatFormat& fmt, const IVal& ival, bool is16Bit) in doConvert() 526 DE_UNREF(is16Bit); in doConvert() 599 …static bool doContains (const Interval& a, const float& value, bool is16Bit, const tcu::Maybe<U… in doContains() 601 if(is16Bit) in doContains() 654 …static bool doContains (const Interval& a, const double& value, bool is16Bit, const tcu::Maybe<… in doContains() 656 DE_UNREF(is16Bit); in doContains() 657 DE_ASSERT(!is16Bit); in doContains() 696 …static bool doContains (const Interval& a, const deFloat16& value, bool is16Bit, const tcu::May… in doContains() [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 361 bool is16Bit() const { in is16Bit() function
|
D | X86InstrInfo.td | 863 def In16BitMode : Predicate<"Subtarget->is16Bit()">, 865 def Not16BitMode : Predicate<"!Subtarget->is16Bit()">,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 559 bool is16Bit() const { in is16Bit() function
|
D | X86InstrInfo.td | 957 def In16BitMode : Predicate<"Subtarget->is16Bit()">, 959 def Not16BitMode : Predicate<"!Subtarget->is16Bit()">,
|
D | X86ISelLowering.cpp | 46862 assert((Subtarget.is32Bit() || Subtarget.is16Bit()) && in getRegForInlineAsmConstraint()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 595 bool is16Bit() const { in is16Bit() function
|
D | X86InstrInfo.td | 993 def In16BitMode : Predicate<"Subtarget->is16Bit()">, 995 def Not16BitMode : Predicate<"!Subtarget->is16Bit()">,
|
D | X86ISelLowering.cpp | 50631 assert((Subtarget.is32Bit() || Subtarget.is16Bit()) && in getRegForInlineAsmConstraint()
|