Home
last modified time | relevance | path

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

12345678910>>...21

/external/mesa3d/src/gfxstream/guest/android-emu/aemu/base/
DPool.cpp86 struct Block { struct
87 Block(size_t _chunkSize, size_t _numChunks) { in Block() argument
117 Interval getInterval() const { in getInterval()
123 bool isFull() const { return numFree == 0; } in isFull()
125 uint8_t* getPtr(size_t element) { in getPtr()
134 size_t getElement(void* ptr) { in getElement()
140 void* alloc() { in alloc()
177 void free(void* toFree) { in free()
198 void freeAll() { in freeAll()
204 Block* next = nullptr; // Unused for now
[all …]
/external/libgav1/src/
Dtile.h786 struct Tile::Block { struct
787 Block(Tile* tile_ptr, BlockSize size, int row4x4, int column4x4, in Block() argument
860 bool HasChroma() const { return has_chroma; } in HasChroma()
864 ReferenceFrameType TopReference(int index) const { in TopReference()
868 ReferenceFrameType LeftReference(int index) const { in LeftReference()
894 const ptrdiff_t stride = tile.BlockParametersStride(); in HasOverlappableCandidates() argument
925 const BlockSize size; argument
928 BlockSize residual_size[kMaxPlanes]; argument
935 const BlockParameters* bp_top; argument
936 const BlockParameters* bp_left; argument
[all …]
/external/rust/crates/ring/src/aead/
Dblock.rs20 pub struct Block([BigEndian<u64>; 2]); struct
24 impl Block { implementation
45 impl From<[u64; 2]> for Block { implementation
52 impl Into<[u64; 2]> for Block { implementation
59 impl BitXorAssign for Block { implementation
68 impl BitXor for Block { implementation
79 impl From<&'_ [u8; BLOCK_LEN]> for Block { implementation
86 impl AsRef<[u8; BLOCK_LEN]> for Block { implementation
/external/perfetto/include/perfetto/protozero/
Dmessage_arena.h78 struct Block { struct
81 Block() { PERFETTO_ASAN_POISON(storage, sizeof(storage)); } in Block() argument
90 std::forward_list<Block> blocks_; argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/XRay/
DBlockIndexer.h28 struct Block { struct
36 using Index = DenseMap<std::pair<uint64_t, int32_t>, std::vector<Block>>; argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DBlockIndexer.h28 struct Block { struct
36 using Index = DenseMap<std::pair<uint64_t, int32_t>, std::vector<Block>>; argument
/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/skia/src/base/
DSkDeque.cpp14 struct SkDeque::Block { struct in SkDeque
15 Block* fNext;
16 Block* fPrev;
17 char* fBegin; // start of used section in this chunk
18 char* fEnd; // end of used section in this chunk
19 char* fStop; // end of the allocated chunk
21 char* start() { return (char*)(this + 1); } in start()
22 const char* start() const { return (const char*)(this + 1); } in start()
24 void init(size_t size) { in init()
/external/cronet/net/third_party/quiche/src/quiche/common/
Dquiche_simple_arena.h55 struct QUICHE_EXPORT Block { struct
60 explicit Block(size_t s); argument
64 Block& operator=(Block&& other); argument
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dram_file_block_cache.h185 struct Block { struct
204 /// The block map is an ordered map from Key to Block. argument
/external/mesa3d/src/mesa/main/
Dtexcompress_astc.cpp549 struct Block struct
551 bool is_error;
552 bool bogus_colour_endpoints;
553 bool bogus_weights;
555 int high_prec;
556 int dual_plane;
557 int colour_component_selector;
558 int wt_range;
559 int wt_w, wt_h, wt_d;
560 int num_parts;
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
DVPlanCFG.h37 BlockPtrTy Block; variable
52 template <typename T1> static T1 deref(T1 Block, unsigned SuccIdx) { in deref()
67 : Block(Block), SuccessorIdx(Idx) {} in Block() argument
77 static VPAllSuccessorsIterator end(BlockPtrTy Block) { in end()
/external/perfetto/src/trace_processor/containers/
Dstring_pool.h179 struct Block { struct
180 explicit Block(size_t size) in Block() argument
188 Block& operator=(Block&&) = default; argument
192 Block& operator=(const Block&) = delete; argument
194 uint8_t* Get(uint32_t offset) const { in Get()
220 // are the index of the Block in the pool, and the remaining 25 bits the argument
/external/clang/docs/
DPCHInternals.rst199 .. _pchinternals-sourcemgr:
227 .. _pchinternals-preprocessor:
240 .. _pchinternals-types:
263 .. _pchinternals-decls:
394 .. _pchinternals-method-pool:
/external/deqp/framework/delibs/decpp/
DdeAppendList.hpp71 struct Block struct in de::AppendList
73 const size_t blockNdx;
74 ElementType *elements;
75 Block *volatile next;
77 Block(size_t blockNdx_, size_t size) in Block() function
85 ~Block(void) in ~Block()
/external/boringssl/src/rust/bssl-crypto/src/
Daes.rs53 pub type Block = [u8; BLOCK_SIZE]; typedef
72 pub fn encrypt(&self, block: &Block) -> Block { in encrypt()
79 pub fn encrypt_in_place(&self, block: &mut Block) { in encrypt_in_place()
101 pub fn decrypt(&self, block: &Block) -> Block { in decrypt()
108 pub fn decrypt_in_place(&self, block: &mut Block) { in decrypt_in_place()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugLinesSubsection.h106 struct Block { struct
107 Block(uint32_t ChecksumBufferOffset) in Block() argument
123 void createBlock(StringRef FileName); argument
/external/swiftshader/third_party/llvm-16.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/rust/cxx/gen/src/
Dblock.rs4 pub(crate) enum Block<'a> { enum
12 impl<'a> Block<'a> { impl
/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/tensorflow/tensorflow/core/profiler/backends/cpu/
Dtraceme_recorder.cc212 struct Block { struct in tensorflow::profiler::__anon8b7c7bbe0111::EventQueue
214 static constexpr size_t kSize = 1 << 16;
215 static constexpr size_t kNumSlots =
219 size_t start; // The number of the first slot.
220 Block* next;
223 union MaybeEvent {
227 } events[kNumSlots];
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp1254 SIScheduleBlock *Block = CurrentBlocks[i]; in createBlocksForVariant() local
1289 SIScheduleBlock *Block = CurrentBlocks[i]; in topologicalSort() local
1300 SIScheduleBlock *Block = CurrentBlocks[i]; in topologicalSort() local
1313 SIScheduleBlock *Block = CurrentBlocks[i]; in topologicalSort() local
1334 SIScheduleBlock *Block = CurrentBlocks[i]; in scheduleInsideBlocks() local
1350 SIScheduleBlock *Block = CurrentBlocks[BlockIndice]; in scheduleInsideBlocks() local
1381 SIScheduleBlock *Block = CurrentBlocks[i]; in scheduleInsideBlocks() local
1411 SIScheduleBlock *Block = CurrentBlocks[BlockIndice]; in fillStats() local
1426 SIScheduleBlock *Block = CurrentBlocks[BlockIndice]; in fillStats() local
1459 SIScheduleBlock *Block = Blocks[i]; in SIScheduleBlockScheduler() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.cpp61 const VPBlockBase *Block = this; in getEntryBasicBlock() local
68 VPBlockBase *Block = this; in getEntryBasicBlock() local
76 const VPBlockBase *Block = this; in getExitBasicBlock() local
83 VPBlockBase *Block = this; in getExitBasicBlock() local
517 const Twine VPlanPrinter::getUID(const VPBlockBase *Block) { in getUID()
522 const Twine VPlanPrinter::getOrCreateName(const VPBlockBase *Block) { in getOrCreateName()
551 for (const VPBlockBase *Block : depth_first(Plan.getEntry())) in dump() local
557 void VPlanPrinter::dumpBlock(const VPBlockBase *Block) { in dumpBlock()
583 void VPlanPrinter::dumpEdges(const VPBlockBase *Block) { in dumpEdges()
645 for (const VPBlockBase *Block : depth_first(Region->getEntry())) in dumpRegion() local
[all …]
/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/mesa3d/src/gfxstream/host/
DPostCommands.h25 Block = 6, enumerator
29 struct Block { struct
31 std::promise<void> scheduledSignal;
33 std::future<void> continueSignal;

12345678910>>...21