Home
last modified time | relevance | path

Searched defs:ScaleFactor (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dpacking.inl701 float const ScaleFactor(1.f / 15.f); local
720 float const ScaleFactor(1.f / 15.f); local
738 vec3 const ScaleFactor(1.f / 31.f, 1.f / 63.f, 1.f / 31.f); local
757 vec4 const ScaleFactor(1.f / 31.f, 1.f / 31.f, 1.f / 31.f, 1.f); local
775 vec3 const ScaleFactor(1.f / 7.f, 1.f / 7.f, 1.f / 3.f); local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerX8632.h53 enum ScaleFactor { TIMES_1 = 0, TIMES_2 = 1, TIMES_4 = 2, TIMES_8 = 3 }; enum
DIceAssemblerX8664.h52 enum ScaleFactor { TIMES_1 = 0, TIMES_2 = 1, TIMES_4 = 2, TIMES_8 = 3 }; enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp1028 unsigned ScaleFactor = getImplicitScaleFactor(VT); in simplifyAddress() local
1123 unsigned ScaleFactor, in addLoadStoreOperands()
1794 unsigned ScaleFactor = getImplicitScaleFactor(VT); in emitLoad() local
2120 unsigned ScaleFactor = getImplicitScaleFactor(VT); in emitStore() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopPredication.cpp940 float ScaleFactor = LatchExitProbabilityScale; in isLoopProfitableToPredicate() local
/third_party/node/deps/v8/src/codegen/ia32/
Dassembler-ia32.h201 enum ScaleFactor { enum
/third_party/node/deps/v8/src/codegen/x64/
Dassembler-x64.h159 enum ScaleFactor : int8_t { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp4862 SDValue ScaleFactor = DAG.getConstant(Log2_32(EltSize), SL, MVT::i32); in lowerINSERT_VECTOR_ELT() local
4905 SDValue ScaleFactor = DAG.getConstant(Log2_32(EltSize), SL, MVT::i32); in lowerEXTRACT_VECTOR_ELT() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp110155 struct ScaleFactor { struct
110156 float scale;
110158 constexpr ScaleFactor() : scale(1.0) {} in ScaleFactor() function
110159 constexpr ScaleFactor(const ScaleFactor<src, dst>& aCopy) : scale(aCopy.scale) {} in ScaleFactor() argument
110160 explicit constexpr ScaleFactor(float aScale) : scale(aScale) {} in ScaleFactor() argument
110162 ScaleFactor<dst, src> Inverse() { in Inverse()
110166 bool operator==(const ScaleFactor<src, dst>& aOther) const { in operator ==()
110170 bool operator!=(const ScaleFactor<src, dst>& aOther) const { in operator !=()
110174 bool operator<(const ScaleFactor<src, dst>& aOther) const { in operator <()
110178 bool operator<=(const ScaleFactor<src, dst>& aOther) const { in operator <=()
[all …]