Home
last modified time | relevance | path

Searched defs:Skew (Results 1 – 8 of 8) sorted by relevance

/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dmatrix_decompose.inl30 …& Scale, tquat<T, P> & Orientation, tvec3<T, P> & Translation, tvec3<T, P> & Skew, tvec4<T, P> & P…
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamArray.h146 uint32_t Skew = 0; variable
/external/llvm-project/llvm/include/llvm/Support/
DBinaryStreamArray.h147 uint32_t Skew = 0; variable
DAlignment.h183 inline uint64_t alignTo(uint64_t Size, Align A, uint64_t Skew) { in alignTo()
/external/llvm-project/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp638 Align &MaxAlign, unsigned Skew) { in AdjustStackOffset()
773 unsigned Skew) { in AssignProtectedObjSet()
805 unsigned Skew = TFI.getStackAlignmentSkew(MF); in calculateFrameObjectOffsets() local
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp556 unsigned &MaxAlign, unsigned Skew) { in AdjustStackOffset()
688 int64_t &Offset, unsigned &MaxAlign, unsigned Skew) { in AssignProtectedObjSet()
722 unsigned Skew = TFI.getStackAlignmentSkew(Fn); in calculateFrameObjectOffsets() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp637 unsigned &MaxAlign, unsigned Skew) { in AdjustStackOffset()
772 int64_t &Offset, unsigned &MaxAlign, unsigned Skew) { in AssignProtectedObjSet()
804 unsigned Skew = TFI.getStackAlignmentSkew(MF); in calculateFrameObjectOffsets() local
/external/skia/include/core/
DSkMatrix.h118 static SkMatrix SK_WARN_UNUSED_RESULT Skew(SkScalar kx, SkScalar ky) { in Skew() function