Home
last modified time | relevance | path

Searched refs:StructAlignment (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDataLayout.cpp64 StructAlignment = std::max(TyAlign, StructAlignment); in StructLayout()
72 if (!isAligned(StructAlignment, StructSize)) { in StructLayout()
74 StructSize = alignTo(StructSize, StructAlignment); in StructLayout()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h587 Align StructAlignment; variable
597 Align getAlignment() const { return StructAlignment; } in getAlignment()
/third_party/skia/third_party/externals/tint/src/inspector/
Dinspector_test.cc2914 TEST_F(InspectorGetWorkgroupStorageSizeTest, StructAlignment) { in TEST_F() argument