Home
last modified time | relevance | path

Searched defs:Layout (Results 1 – 25 of 202) sorted by relevance

123456789

/external/skia/include/private/
DSkSLLayout.h20 struct Layout { struct
37 Layout(int flags, int location, int offset, int binding, int index, int set, int builtin, in Layout() argument
48 Layout() in Layout() argument
58 static Layout builtin(int builtin) { in builtin() argument
64 std::string description() const { in description()
128 int fFlags;
129 int fLocation;
130 int fOffset;
131 int fBinding;
132 int fIndex;
[all …]
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h94 struct Layout { struct
95 TypeIndex ClassType;
96 ulittle16_t Representation; // PointerToMemberRepresentation
132 struct Layout { struct
133 TypeIndex ModifiedType;
134 ulittle16_t Modifiers; // ModifierOptions
167 struct Layout { struct
168 TypeIndex ReturnType;
169 CallingConvention CallConv;
170 FunctionOptions Options;
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dlayout_test.cc88 TEST(Layout, ElementType) { in TEST() argument
121 TEST(Layout, ElementTypes) { in TEST() argument
150 TEST(Layout, OffsetByIndex) { in TEST() argument
200 TEST(Layout, OffsetByType) { in TEST() argument
240 TEST(Layout, Offsets) { in TEST() argument
269 TEST(Layout, AllocSize) { in TEST() argument
293 TEST(Layout, SizeByIndex) { in TEST() argument
323 TEST(Layout, SizeByType) { in TEST() argument
344 TEST(Layout, Sizes) { in TEST() argument
368 TEST(Layout, PointerByIndex) { in TEST() argument
[all …]
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dlayout_test.cc88 TEST(Layout, ElementType) { in TEST() argument
121 TEST(Layout, ElementTypes) { in TEST() argument
150 TEST(Layout, OffsetByIndex) { in TEST() argument
200 TEST(Layout, OffsetByType) { in TEST() argument
240 TEST(Layout, Offsets) { in TEST() argument
269 TEST(Layout, AllocSize) { in TEST() argument
293 TEST(Layout, SizeByIndex) { in TEST() argument
323 TEST(Layout, SizeByType) { in TEST() argument
344 TEST(Layout, Sizes) { in TEST() argument
368 TEST(Layout, PointerByIndex) { in TEST() argument
[all …]
/external/abseil-cpp/absl/container/internal/
Dlayout_test.cc88 TEST(Layout, ElementType) { in TEST() argument
121 TEST(Layout, ElementTypes) { in TEST() argument
150 TEST(Layout, OffsetByIndex) { in TEST() argument
200 TEST(Layout, OffsetByType) { in TEST() argument
240 TEST(Layout, Offsets) { in TEST() argument
269 TEST(Layout, AllocSize) { in TEST() argument
293 TEST(Layout, SizeByIndex) { in TEST() argument
323 TEST(Layout, SizeByType) { in TEST() argument
344 TEST(Layout, Sizes) { in TEST() argument
368 TEST(Layout, PointerByIndex) { in TEST() argument
[all …]
/external/angle/third_party/abseil-cpp/absl/container/internal/
Dlayout_test.cc88 TEST(Layout, ElementType) { in TEST() argument
121 TEST(Layout, ElementTypes) { in TEST() argument
150 TEST(Layout, OffsetByIndex) { in TEST() argument
200 TEST(Layout, OffsetByType) { in TEST() argument
240 TEST(Layout, Offsets) { in TEST() argument
269 TEST(Layout, AllocSize) { in TEST() argument
293 TEST(Layout, SizeByIndex) { in TEST() argument
323 TEST(Layout, SizeByType) { in TEST() argument
344 TEST(Layout, Sizes) { in TEST() argument
368 TEST(Layout, PointerByIndex) { in TEST() argument
[all …]
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dlayout_test.cc88 TEST(Layout, ElementType) { in TEST() argument
121 TEST(Layout, ElementTypes) { in TEST() argument
150 TEST(Layout, OffsetByIndex) { in TEST() argument
200 TEST(Layout, OffsetByType) { in TEST() argument
240 TEST(Layout, Offsets) { in TEST() argument
269 TEST(Layout, AllocSize) { in TEST() argument
293 TEST(Layout, SizeByIndex) { in TEST() argument
323 TEST(Layout, SizeByType) { in TEST() argument
344 TEST(Layout, Sizes) { in TEST() argument
368 TEST(Layout, PointerByIndex) { in TEST() argument
[all …]
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dlayout_test.cc88 TEST(Layout, ElementType) { in TEST() argument
121 TEST(Layout, ElementTypes) { in TEST() argument
148 TEST(Layout, OffsetByIndex) { in TEST() argument
198 TEST(Layout, OffsetByType) { in TEST() argument
238 TEST(Layout, Offsets) { in TEST() argument
267 TEST(Layout, AllocSize) { in TEST() argument
291 TEST(Layout, SizeByIndex) { in TEST() argument
321 TEST(Layout, SizeByType) { in TEST() argument
342 TEST(Layout, Sizes) { in TEST() argument
366 TEST(Layout, PointerByIndex) { in TEST() argument
[all …]
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DLayout.h41 struct Layout struct
46 static Layout Identity() { return {0, 1}; } in Identity() argument
47 static Layout Invalid() { return {0, 0}; } in Invalid() argument
48 static Layout Both(size_t n) { return {n, n}; } in Both() argument
/external/clang/include/clang/Frontend/
DLayoutOverrideSource.h27 struct Layout { struct
39 llvm::StringMap<Layout> Layouts; argument
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Dshapes.md56 ## Layout section in Shapes and Layout
69 ### Minor-to-major dimension ordering
116 ### Padding
141 ### Indexing into arrays
/external/rust/crates/semver/src/
Dbackport.rs38 pub struct Layout { struct
39 size: usize,
42 impl Layout { implementation
58 pub unsafe fn dealloc(ptr: *mut u8, layout: Layout) { in dealloc()
/external/rust/crates/bindgen/src/ir/
Dlayout.rs11 pub struct Layout { struct
26 Layout::for_size_internal(ptr_size, ptr_size), in test_layout_for_size() argument
35 impl Layout { implementation
/external/llvm/lib/MC/
DMCAssembler.cpp169 bool MCAssembler::evaluateFixup(const MCAsmLayout &Layout, in evaluateFixup()
245 uint64_t MCAssembler::computeFragmentSize(const MCAsmLayout &Layout, in computeFragmentSize()
421 static void writeFragment(const MCAssembler &Asm, const MCAsmLayout &Layout, in writeFragment()
617 std::pair<uint64_t, bool> MCAssembler::handleFixup(const MCAsmLayout &Layout, in handleFixup()
635 void MCAssembler::layout(MCAsmLayout &Layout) { in layout()
718 MCAsmLayout Layout(*this); in Finish() local
755 bool MCAssembler::relaxInstruction(MCAsmLayout &Layout, in relaxInstruction()
787 bool MCAssembler::relaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) { in relaxLEB()
803 bool MCAssembler::relaxDwarfLineAddr(MCAsmLayout &Layout, in relaxDwarfLineAddr()
821 bool MCAssembler::relaxDwarfCallFrameFragment(MCAsmLayout &Layout, in relaxDwarfCallFrameFragment()
[all …]
DMCExpr.cpp403 const MCAsmLayout &Layout, in evaluateAsAbsolute()
419 const MCAsmLayout *Layout, in evaluateAsAbsolute()
428 const MCAsmLayout *Layout, in evaluateAsAbsolute()
449 const MCAssembler *Asm, const MCAsmLayout *Layout, in AttemptToFoldSymbolOffsetDifference()
524 EvaluateSymbolicAdd(const MCAssembler *Asm, const MCAsmLayout *Layout, in EvaluateSymbolicAdd()
576 const MCAsmLayout *Layout, in evaluateAsRelocatable()
603 const MCAsmLayout *Layout, in evaluateAsRelocatableImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAssembler.cpp191 bool MCAssembler::evaluateFixup(const MCAsmLayout &Layout, in evaluateFixup()
288 uint64_t MCAssembler::computeFragmentSize(const MCAsmLayout &Layout, in computeFragmentSize()
499 const MCAsmLayout &Layout, const MCFragment &F) { in writeFragment()
724 MCAssembler::handleFixup(const MCAsmLayout &Layout, MCFragment &F, in handleFixup()
760 void MCAssembler::layout(MCAsmLayout &Layout) { in layout()
867 MCAsmLayout Layout(*this); in Finish() local
906 bool MCAssembler::relaxInstruction(MCAsmLayout &Layout, in relaxInstruction()
940 bool MCAssembler::relaxLEB(MCAsmLayout &Layout, MCLEBFragment &LF) { in relaxLEB()
997 bool MCAssembler::relaxBoundaryAlign(MCAsmLayout &Layout, in relaxBoundaryAlign()
1026 bool MCAssembler::relaxDwarfLineAddr(MCAsmLayout &Layout, in relaxDwarfLineAddr()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp46 const MSFStreamLayout &Layout, in MappedBlockStream()
53 uint32_t BlockSize, const MSFStreamLayout &Layout, BinaryStreamRef MsfData, in createStream()
60 const MSFLayout &Layout, BinaryStreamRef MsfData, uint32_t StreamIndex, in createIndexedStream()
71 MappedBlockStream::createDirectoryStream(const MSFLayout &Layout, in createDirectoryStream()
81 MappedBlockStream::createFpmStream(const MSFLayout &Layout, in createFpmStream()
311 uint32_t BlockSize, const MSFStreamLayout &Layout, in WritableMappedBlockStream()
318 const MSFStreamLayout &Layout, in createStream()
326 WritableMappedBlockStream::createIndexedStream(const MSFLayout &Layout, in createIndexedStream()
339 const MSFLayout &Layout, WritableBinaryStreamRef MsfData, in createDirectoryStream()
348 WritableMappedBlockStream::createFpmStream(const MSFLayout &Layout, in createFpmStream()
/external/grpc-grpc/examples/csharp/HelloworldXamarin/Droid/Resources/
DResource.designer.cs60 public partial class Layout class in HelloworldXamarin.Droid.Resource
66 static Layout() in Layout() method in HelloworldXamarin.Droid.Resource.Layout
71 private Layout() in Layout() method in HelloworldXamarin.Droid.Resource.Layout
/external/rust/crates/hashbrown/src/raw/
Dalloc.rs27 unsafe fn deallocate(&self, _ptr: NonNull<u8>, _layout: Layout) {} in deallocate()
38 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout); in deallocate()
49 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout) { in deallocate()
70 unsafe fn deallocate(&self, _ptr: NonNull<u8>, _layout: Layout) {} in deallocate()
/external/rust/crates/async-task/src/
Dutils.rs44 pub(crate) fn extend(a: Layout, b: Layout) -> (Layout, usize) { in extend()
60 pub(crate) fn padding_needed_for(layout: Layout, align: usize) -> usize { in padding_needed_for()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DASanStackFrameLayout.cpp67 ASanStackFrameLayout Layout; in ComputeASanStackFrameLayout() local
117 const ASanStackFrameLayout &Layout) { in GetShadowBytes()
136 const ASanStackFrameLayout &Layout) { in GetShadowBytesAfterScope()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp60 const MCAsmLayout &Layout, const MCFragment *Fragment, in recordRelocation()
103 MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, in RecordX86_64Relocation()
365 const MCAsmLayout &Layout, in recordScatteredRelocation()
465 const MCAsmLayout &Layout, in recordTLVPRelocation()
505 const MCAsmLayout &Layout, in RecordX86Relocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp61 const MCAsmLayout &Layout, const MCFragment *Fragment, in recordRelocation()
103 MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, in RecordX86_64Relocation()
367 const MCAsmLayout &Layout, in recordScatteredRelocation()
467 const MCAsmLayout &Layout, in recordTLVPRelocation()
509 const MCAsmLayout &Layout, in RecordX86Relocation()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmBackend.h106 const MCAsmLayout &Layout, in shouldInsertFixupForCodeAlign()
112 const MCAsmLayout &Layout, in evaluateTargetFixup()
185 MCAsmLayout &Layout) const {} in finishLayout()
/external/clang/lib/AST/
DRecordLayoutBuilder.cpp142 getFieldOffset(const ASTRecordLayout &Layout, unsigned FieldNo) const { in getFieldOffset() argument
192 const ASTRecordLayout &Layout = Context.getASTRecordLayout(BaseDecl); in ComputeEmptySubobjectSizes() local
216 const ASTRecordLayout &Layout = Context.getASTRecordLayout(MemberDecl); in ComputeEmptySubobjectSizes() local
280 const ASTRecordLayout &Layout = Context.getASTRecordLayout(Info->Class); in CanPlaceBaseSubobjectAtOffset() local
330 const ASTRecordLayout &Layout = Context.getASTRecordLayout(Info->Class); in UpdateEmptyBaseSubobjects() local
387 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in CanPlaceFieldSubobjectAtOffset() local
448 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in CanPlaceFieldSubobjectAtOffset() local
493 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in UpdateEmptyFieldSubobjects() local
545 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in UpdateEmptyFieldSubobjects() local
893 const ASTRecordLayout &Layout = Context.getASTRecordLayout(RD); in ComputeBaseSubobjectInfo() local
[all …]

123456789