Home
last modified time | relevance | path

Searched defs:Block (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/external/skia/src/sksl/ir/
DSkSLBlock.h19 struct Block : public Statement { struct
22 : INHERITED(offset, kBlock_Kind) in INHERITED() argument
40 return std::unique_ptr<Statement>(new Block(fOffset, std::move(cloned), fSymbols)); in clone() argument
44 String description() const override { in description()
57 const std::shared_ptr<SymbolTable> fSymbols;
58 std::vector<std::unique_ptr<Statement>> fStatements;
60 typedef Statement INHERITED;
/external/skqp/src/sksl/ir/
DSkSLBlock.h19 struct Block : public Statement { struct
22 : INHERITED(offset, kBlock_Kind) in INHERITED() argument
40 return std::unique_ptr<Statement>(new Block(fOffset, std::move(cloned), fSymbols)); in clone() argument
43 String description() const override { in description()
55 const std::shared_ptr<SymbolTable> fSymbols;
56 std::vector<std::unique_ptr<Statement>> fStatements;
58 typedef Statement INHERITED;
/external/libgav1/libgav1/src/
Dtile.h739 struct Tile::Block { struct
740 Block(const Tile& tile, BlockSize size, int row4x4, int column4x4, in Block() function
809 bool HasChroma() const { return has_chroma; } in HasChroma()
813 ReferenceFrameType TopReference(int index) const { in TopReference()
817 ReferenceFrameType LeftReference(int index) const { in LeftReference()
843 const ptrdiff_t stride = tile.BlockParametersStride(); in HasOverlappableCandidates() argument
874 const BlockSize size; argument
877 BlockSize residual_size[kMaxPlanes]; argument
884 const BlockParameters* bp_top; argument
885 const BlockParameters* bp_left; argument
[all …]
/external/tensorflow/tensorflow/core/platform/cloud/
Dram_file_block_cache.h169 struct Block { struct
188 /// The block map is an ordered map from Key to Block. argument
/external/skqp/src/core/
DSkDeque.cpp11 struct SkDeque::Block { struct in SkDeque
12 Block* fNext;
13 Block* fPrev;
14 char* fBegin; // start of used section in this chunk
15 char* fEnd; // end of used section in this chunk
16 char* fStop; // end of the allocated chunk
18 char* start() { return (char*)(this + 1); } in start()
19 const char* start() const { return (const char*)(this + 1); } in start()
21 void init(size_t size) { in init()
/external/skia/src/core/
DSkDeque.cpp11 struct SkDeque::Block { struct in SkDeque
12 Block* fNext;
13 Block* fPrev;
14 char* fBegin; // start of used section in this chunk
15 char* fEnd; // end of used section in this chunk
16 char* fStop; // end of the allocated chunk
18 char* start() { return (char*)(this + 1); } in start()
19 const char* start() const { return (const char*)(this + 1); } in start()
21 void init(size_t size) { in init()
/external/clang/docs/
DPCHInternals.rst199 .. _pchinternals-sourcemgr:
227 .. _pchinternals-preprocessor:
240 .. _pchinternals-types:
263 .. _pchinternals-decls:
394 .. _pchinternals-method-pool:
/external/mesa3d/src/mesa/main/
Dtexcompress_astc.cpp555 struct Block struct
557 bool is_error;
558 bool bogus_colour_endpoints;
559 bool bogus_weights;
561 int high_prec;
562 int dual_plane;
563 int colour_component_selector;
564 int wt_range;
565 int wt_w, wt_h, wt_d;
566 int num_parts;
[all …]
/external/perfetto/src/trace_processor/containers/
Dstring_pool.h156 struct Block { struct
157 explicit Block(size_t size) in Block() function
165 Block& operator=(Block&&) = default; argument
169 Block& operator=(const Block&) = delete; argument
171 uint8_t* Get(uint32_t offset) const { in Get()
197 // are the index of the Block in the pool, and the remaining 25 bits the argument
/external/v8/src/heap/cppgc/
Dfree-list.h19 struct Block { struct
33 Block Allocate(size_t); argument
/external/deqp/framework/delibs/decpp/
DdeAppendList.hpp68 struct Block struct in de::AppendList
70 const size_t blockNdx;
71 ElementType* elements;
72 Block* volatile next;
74 Block (size_t blockNdx_, size_t size) in Block() argument
82 ~Block (void) in ~Block()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugLinesSubsection.h107 struct Block { struct
108 Block(uint32_t ChecksumBufferOffset) in Block() argument
124 void createBlock(StringRef FileName); argument
/external/tensorflow/tensorflow/core/profiler/internal/
Dtraceme_recorder.cc134 struct Block { struct in tensorflow::profiler::__anonef1818600111::EventQueue
136 static constexpr size_t kSize = 1 << 16;
137 static constexpr size_t kNumSlots =
141 size_t start; // The number of the first slot.
142 Block* next;
145 union MaybeEvent {
149 } events[kNumSlots];
/external/clang/lib/Analysis/
DThreadSafetyTIL.cpp171 for (auto *Block : successors()) in topologicalSort() local
264 for (auto *Block : Blocks) in renumberInstrs() local
309 for (auto *Block : Blocks) in computeNormalForm() local
322 for (auto *Block : Blocks.reverse()) { in computeNormalForm() local
328 for (auto *Block : Blocks) { in computeNormalForm() local
333 for (auto *Block : Blocks.reverse()) { in computeNormalForm() local
/external/skia/modules/skparagraph/include/
DTextStyle.h281 struct Block { struct
282 Block() : fRange(EMPTY_RANGE), fStyle() { } in Block() argument
283 Block(size_t start, size_t end, const TextStyle& style) : fRange(start, end), fStyle(style) {} in Block() function
284 Block(TextRange textRange, const TextStyle& style) : fRange(textRange), fStyle(style) {} in Block() argument
286 Block(const Block& other) : fRange(other.fRange), fStyle(other.fStyle) {} in Block() function
298 typedef size_t BlockIndex; argument
/external/scudo/standalone/tests/
Dchunk_test.cpp28 void *Block = malloc(HeaderSize + Size); in TEST() local
48 void *Block = malloc(HeaderSize + Size); in TEST() local
67 void *Block = malloc(HeaderSize + Size); in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlan.cpp60 const VPBlockBase *Block = this; in getEntryBasicBlock() local
67 VPBlockBase *Block = this; in getEntryBasicBlock() local
75 const VPBlockBase *Block = this; in getExitBasicBlock() local
82 VPBlockBase *Block = this; in getExitBasicBlock() local
376 const Twine VPlanPrinter::getUID(const VPBlockBase *Block) { in getUID()
381 const Twine VPlanPrinter::getOrCreateName(const VPBlockBase *Block) { in getOrCreateName()
414 void VPlanPrinter::dumpBlock(const VPBlockBase *Block) { in dumpBlock()
440 void VPlanPrinter::dumpEdges(const VPBlockBase *Block) { in dumpEdges()
487 for (const VPBlockBase *Block : depth_first(Region->getEntry())) in dumpRegion() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp1265 SIScheduleBlock *Block = CurrentBlocks[i]; in createBlocksForVariant() local
1300 SIScheduleBlock *Block = CurrentBlocks[i]; in topologicalSort() local
1311 SIScheduleBlock *Block = CurrentBlocks[i]; in topologicalSort() local
1324 SIScheduleBlock *Block = CurrentBlocks[i]; in topologicalSort() local
1345 SIScheduleBlock *Block = CurrentBlocks[i]; in scheduleInsideBlocks() local
1361 SIScheduleBlock *Block = CurrentBlocks[BlockIndice]; in scheduleInsideBlocks() local
1392 SIScheduleBlock *Block = CurrentBlocks[i]; in scheduleInsideBlocks() local
1422 SIScheduleBlock *Block = CurrentBlocks[BlockIndice]; in fillStats() local
1437 SIScheduleBlock *Block = CurrentBlocks[BlockIndice]; in fillStats() local
1470 SIScheduleBlock *Block = Blocks[i]; in SIScheduleBlockScheduler() local
[all …]
/external/libgav1/libgav1/src/utils/
Dunbounded_queue.h189 struct Block : public Allocable { struct
190 alignas(T) char buffer[kBlockCapacity * sizeof(T)]; argument
191 Block* next; argument
/external/rust/crates/syn/1.0.7/src/
Dstmt.rs53 impl Block { impl
132 impl Parse for Block { implementation
294 impl ToTokens for Block { implementation
/external/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp1090 SIScheduleBlock *Block = CurrentBlocks[i]; in createBlocksForVariant() local
1140 SIScheduleBlock *Block = CurrentBlocks[i]; in topologicalSort() local
1151 SIScheduleBlock *Block = CurrentBlocks[i]; in topologicalSort() local
1164 SIScheduleBlock *Block = CurrentBlocks[i]; in topologicalSort() local
1185 SIScheduleBlock *Block = CurrentBlocks[i]; in scheduleInsideBlocks() local
1201 SIScheduleBlock *Block = CurrentBlocks[BlockIndice]; in scheduleInsideBlocks() local
1232 SIScheduleBlock *Block = CurrentBlocks[i]; in scheduleInsideBlocks() local
1264 SIScheduleBlock *Block = CurrentBlocks[BlockIndice]; in fillStats() local
1279 SIScheduleBlock *Block = CurrentBlocks[BlockIndice]; in fillStats() local
1314 SIScheduleBlock *Block = Blocks[i]; in SIScheduleBlockScheduler() local
[all …]
/external/llvm/lib/IR/
DGCOV.cpp209 GCOVBlock &Block = *Blocks[BlockNo]; in readGCNO() local
317 GCOVBlock &Block = *Blocks[BlockNo]; in readGCDA() local
351 for (const auto &Block : Blocks) in dump() local
363 for (const auto &Block : Blocks) in collectLineCounts() local
610 for (const GCOVBlock *Block : Blocks) { in print() local
667 for (const GCOVBlock *Block : Blocks) { in print() local
699 for (const GCOVBlock &Block : Func->blocks()) in printFunctionSummary() local
711 void FileInfo::printBlockInfo(raw_ostream &OS, const GCOVBlock &Block, in printBlockInfo()
721 void FileInfo::printBranchInfo(raw_ostream &OS, const GCOVBlock &Block, in printBranchInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DGCOV.cpp215 GCOVBlock &Block = *Blocks[BlockNo]; in readGCNO() local
323 GCOVBlock &Block = *Blocks[BlockNo]; in readGCDA() local
356 for (const auto &Block : Blocks) in print() local
375 for (const auto &Block : Blocks) in collectLineCounts() local
632 for (const GCOVBlock *Block : Blocks) { in print() local
689 for (const GCOVBlock *Block : Blocks) { in print() local
721 for (const GCOVBlock &Block : Func->blocks()) in printFunctionSummary() local
733 void FileInfo::printBlockInfo(raw_ostream &OS, const GCOVBlock &Block, in printBlockInfo()
743 void FileInfo::printBranchInfo(raw_ostream &OS, const GCOVBlock &Block, in printBranchInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitstreamWriter.h48 struct Block { struct
52 Block(unsigned PCS, size_t SSW) : PrevCodeSize(PCS), StartSizeWord(SSW) {} in Block() argument
/external/angle/third_party/glslang/src/SPIRV/
DInReadableOrder.cpp64 ReadableOrderTraverser(std::function<void(Block*, spv::ReachReason, Block*)> callback) in ReadableOrderTraverser()
128 void spv::inReadableOrder(Block* root, std::function<void(Block*, spv::ReachReason, Block*)> callba… in inReadableOrder()

12345678910>>...12