Searched defs:ScaleFactor (Results 1 – 9 of 9) sorted by relevance
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
| D | packing.inl | 701 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/ |
| D | IceAssemblerX8632.h | 53 enum ScaleFactor { TIMES_1 = 0, TIMES_2 = 1, TIMES_4 = 2, TIMES_8 = 3 }; enum
|
| D | IceAssemblerX8664.h | 52 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/ |
| D | AArch64FastISel.cpp | 1028 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/ |
| D | LoopPredication.cpp | 940 float ScaleFactor = LatchExitProbabilityScale; in isLoopProfitableToPredicate() local
|
| /third_party/node/deps/v8/src/codegen/ia32/ |
| D | assembler-ia32.h | 201 enum ScaleFactor { enum
|
| /third_party/node/deps/v8/src/codegen/x64/ |
| D | assembler-x64.h | 159 enum ScaleFactor : int8_t { enum
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | SIISelLowering.cpp | 4862 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/ |
| D | stylo.hpp | 110155 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 …]
|