Home
last modified time | relevance | path

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

1234

/third_party/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() function
58 static Layout builtin(int builtin) { in builtin() argument
64 String description() const { in description()
127 int fFlags;
128 int fLocation;
129 int fOffset;
130 int fBinding;
131 int fIndex;
[all …]
/third_party/flutter/skia/src/sksl/ir/
DSkSLLayout.h21 struct Layout { struct
22 enum Flag {
45 enum Primitive {
57 enum class Format {
72 enum Key {
81 enum class CType {
99 static const char* FormatToStr(Format format) { in FormatToStr()
116 static bool ReadFormat(String str, Format* format) { in ReadFormat()
151 static const char* CTypeToStr(CType ctype) { in CTypeToStr()
187 Layout(int flags, int location, int offset, int binding, int index, int set, int builtin, in Layout() function
[all …]
/third_party/skia/third_party/externals/angle2/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
/third_party/skia/third_party/externals/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 …]
/third_party/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 …]
/third_party/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
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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 …]
DMCExpr.cpp469 const MCAsmLayout &Layout, in evaluateAsAbsolute()
491 const MCAsmLayout *Layout, in evaluateAsAbsolute()
512 const MCAssembler *Asm, const MCAsmLayout *Layout, in AttemptToFoldSymbolOffsetDifference()
615 EvaluateSymbolicAdd(const MCAssembler *Asm, const MCAsmLayout *Layout, in EvaluateSymbolicAdd()
670 const MCAsmLayout *Layout, in evaluateAsRelocatable()
697 const MCAsmLayout *Layout, in evaluateAsRelocatableImpl()
DWinCOFFObjectWriter.cpp327 const MCAsmLayout &Layout) { in getSymbolValue()
357 const MCAsmLayout &Layout) { in DefineSymbol()
594 const MCAsmLayout &Layout, in writeSectionContents()
613 const MCAsmLayout &Layout, in writeSection()
662 const MCAsmLayout &Layout) { in executePostLayoutBinding()
697 const MCAsmLayout &Layout, in recordRelocation()
893 const MCAsmLayout &Layout) { in assignFileOffsets()
953 const MCAsmLayout &Layout) { in writeObject()
DXCOFFObjectWriter.cpp290 const MCAsmLayout &Layout) { in executePostLayoutBinding()
358 const MCAsmLayout &Layout) { in writeSections()
389 const MCAsmLayout &Layout) { in writeObject()
552 void XCOFFObjectWriter::writeSymbolTable(const MCAsmLayout &Layout) { in writeSymbolTable()
581 void XCOFFObjectWriter::assignAddressesAndIndices(const MCAsmLayout &Layout) { in assignAddressesAndIndices()
DELFObjectWriter.cpp295 uint64_t writeObject(MCAssembler &Asm, const MCAsmLayout &Layout) override { in writeObject()
328 uint64_t writeObject(MCAssembler &Asm, const MCAsmLayout &Layout) override { in writeObject()
466 const MCAsmLayout &Layout) { in SymbolValue()
529 ELFSymbolData &MSD, const MCAsmLayout &Layout) { in writeSymbol()
572 bool ELFWriter::isInSymtab(const MCAsmLayout &Layout, const MCSymbolELF &Symbol, in isInSymtab()
608 MCAssembler &Asm, const MCAsmLayout &Layout, in computeSymbolTable()
844 const MCAsmLayout &Layout) { in writeSectionData()
1039 const MCAsmLayout &Layout, const SectionIndexMapTy &SectionIndexMap, in writeSectionHeader()
1069 uint64_t ELFWriter::writeObject(MCAssembler &Asm, const MCAsmLayout &Layout) { in writeObject()
1254 const MCAsmLayout &Layout) { in executePostLayoutBinding()
[all …]
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/boost/boost/gil/
Dbit_aligned_pixel_reference.hpp325 Layout, false, false struct
329 using channel_bit_sizes_t = mp11::mp_repeat
336 using type =
346 Layout, false, true struct
350 using channel_bit_sizes_t = mp11::mp_repeat
357 using type = bit_aligned_pixel_reference<BitField, channel_bit_sizes_t, Layout, true>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLinkGeneric.cpp55 auto Layout = layOutBlocks(); in linkPhase1() local
89 SegmentLayoutMap Layout) { in linkPhase2()
139 SegmentLayoutMap Layout; in layOutBlocks() local
186 Error JITLinkerBase::allocateSegments(const SegmentLayoutMap &Layout) { in allocateSegments()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp43 const MCAsmLayout &Layout, const MCFragment *Fragment, in recordRelocation()
175 static uint32_t getFixupOffset(const MCAsmLayout &Layout, in getFixupOffset()
191 MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, in recordScatteredRelocation()
301 MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, in RecordPPCRelocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptor.h54 const ModuleInfoHeader *Layout = nullptr; variable
/third_party/skia/experimental/graphite/src/
DUniformManager.h17 enum class Layout { enum
/third_party/skia/third_party/externals/oboe/apps/fxlab/
DREADME.md15 ## Layout section in Android FXLab
/third_party/node/deps/npm/docs/src/components/
Dlayout.js10 const Layout = ({children, path}) => { function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXMCExpr.h72 const MCAsmLayout *Layout, in evaluateAsRelocatableImpl()
114 const MCAsmLayout *Layout, in evaluateAsRelocatableImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFileBuilder.cpp226 const msf::MSFLayout &Layout) { in commitSrcHeaderBlock()
246 const msf::MSFLayout &Layout) { in commitInjectedSources()
269 MSFLayout Layout; in commit() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp142 const MCAsmLayout &Layout, in RecordARMScatteredHalfRelocation()
255 const MCAsmLayout &Layout, in RecordARMScatteredRelocation()
377 const MCAsmLayout &Layout, in recordRelocation()

1234