Home
last modified time | relevance | path

Searched defs:isFloat (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/oboe/src/common/
DQuirksManager.cpp125 const bool isFloat = builder.getFormat() == AudioFormat::Float; in isConversionNeeded() local
/third_party/flutter/skia/src/sksl/ir/
DSkSLConstructor.h95 bool isFloat = c.fType.columns() > 1 ? c.fType.componentType().isFloat() in compareConstant() local
DSkSLType.h270 bool isFloat() const { in isFloat() function
/third_party/skia/src/sksl/dsl/
DDSLType.cpp187 bool DSLType::isFloat() const { in isFloat() function in SkSL::dsl::DSLType
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DVertexFormatTests.cpp198 std::string ShaderTypeGenerator(bool isFloat, in ShaderTypeGenerator()
224 bool isFloat = IsFloatFormat(format); in MakeTestPipeline() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DVertexFormatTests.cpp201 std::string ShaderTypeGenerator(bool isFloat, in ShaderTypeGenerator()
224 bool isFloat = IsFloatFormat(format); in MakeTestPipeline() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFormat.h207 constexpr bool Format::isFloat() const in isFloat() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFormat.h223 constexpr bool Format::isFloat() const in isFloat() function
/third_party/skia/src/sksl/ir/
DSkSLType.h260 bool isFloat() const { in isFloat() function
/third_party/skia/src/gpu/effects/
DGrSkSLFP.cpp76 bool isFloat = GrSLTypeIsFloatType(gpuType); in emitCode() local
/third_party/flutter/skia/src/sksl/
DSkSLCompiler.cpp540 bool isFloat = c.fType.columns() > 1 ? c.fType.componentType().isFloat() in is_constant() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.cpp580 bool HexagonMCInstrInfo::isFloat(MCInstrInfo const &MCII, MCInst const &MCI) { in isFloat() function in HexagonMCInstrInfo
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputSPIRV.cpp2282 const bool isFloat = basicType == EbtFloat || basicType == EbtDouble; in visitOperator() local
4507 const bool isFloat = basicType == EbtFloat || basicType == EbtDouble; in createCompareImpl() local
/third_party/flutter/skia/third_party/externals/angle2/src/image_util/
Dloadimage_etc.cpp1494 bool isFloat) in LoadR11EACToR16()
1527 bool isFloat) in LoadRG11EACToRG16()
/third_party/skia/third_party/externals/angle2/src/image_util/
Dloadimage_etc.cpp1494 bool isFloat) in LoadR11EACToR16()
1527 bool isFloat) in LoadRG11EACToRG16()
/third_party/ffmpeg/libswscale/
Dswscale_internal.h773 static av_always_inline int isFloat(enum AVPixelFormat pix_fmt) in isFloat() function
/third_party/quickjs/
Dqjscalc.js636 isFloat(a) { method
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp2212 bool HexagonInstrInfo::isFloat(const MachineInstr &MI) const { in isFloat() function in HexagonInstrInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h683 BooleanContent getBooleanContents(bool isVec, bool isFloat) const { in getBooleanContents()
/third_party/node/tools/
Dlint-md.mjs9336 function isFloat(object) { function