/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
D | block.go | 13 type Block struct { struct 16 ID ID 19 Pos src.XPos 22 Kind BlockKind 29 Likely BranchPrediction 32 FlagsLiveAtEnd bool 35 Hotness Hotness 38 Succs []Edge 44 Preds []Edge 55 Controls [2]*Value [all …]
|
D | sparsetree.go | 59 func newSparseTree(f *Func, parentOf []*Block) SparseTree { 77 func newSparseOrderedTree(f *Func, parentOf, reverseOrder []*Block) SparseTree { 94 func (t SparseTree) treestructure(b *Block) string { 97 func (t SparseTree) treestructure1(b *Block, i int) string { 147 func (t SparseTree) numberBlock(b *Block, n int32) int32 { 170 func (t SparseTree) Sibling(x *Block) *Block { 177 func (t SparseTree) Child(x *Block) *Block { 183 func (t SparseTree) Parent(x *Block) *Block { 188 func (t SparseTree) IsAncestorEq(x, y *Block) bool { 198 func (t SparseTree) isAncestor(x, y *Block) bool { [all …]
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/ |
H A D | Clamp.cpp | 46 const struct Block final { in _clamp() struct 47 uvec3 extents; in _clamp() 48 uint32_t align; in _clamp() 49 vec2 clamp; in _clamp() 57 const struct Block final { in _clamp() struct 58 uvec3 extents; in _clamp() 59 uint32_t align; in _clamp() 60 vec2 clamp; in _clamp() 131 const struct Block final { in _clamp_() struct 132 uvec3 extents; in _clamp_() [all …]
|
H A D | Lerp.cpp | 66 const struct Block final { in _lerp_scalar() struct 67 uvec3 extents; in _lerp_scalar() 68 uint32_t fill_0; in _lerp_scalar() 69 uvec3 input1_extents; in _lerp_scalar() 70 uint32_t fill_1; in _lerp_scalar() 71 uvec3 input2_extents; in _lerp_scalar() 72 float weight; in _lerp_scalar() 127 const struct Block final { in _lerp_scalar_() struct 128 uvec3 extents; in _lerp_scalar_() 129 uint32_t fill_0; in _lerp_scalar_() [all …]
|
H A D | BinaryOp.cpp | 33 const struct Block final { in binary_op_scalar() struct 34 uvec3 extents; in binary_op_scalar() 35 int fill0; in binary_op_scalar() 36 float other; in binary_op_scalar() 117 const struct Block final { in binary_op_scalar_() struct 118 uvec3 extents; in binary_op_scalar_() 119 int fill0; in binary_op_scalar_() 120 float other; in binary_op_scalar_() 174 const struct Block final { in binary_op_tensor() struct 175 uvec4 output_tensor_size; in binary_op_tensor() [all …]
|
H A D | QuantizedTensor.cpp | 51 const struct Block final { in quantize_per_tensor() struct 52 uvec3 extents; in quantize_per_tensor() 53 uint32_t _; in quantize_per_tensor() 54 float scale; in quantize_per_tensor() 55 float _1; in quantize_per_tensor() 56 int32_t zero_point; in quantize_per_tensor() 57 int32_t _2; in quantize_per_tensor() 124 const struct Block final { in dequantize_helper() struct 125 uvec3 extents; in dequantize_helper() 126 uint32_t _; in dequantize_helper() [all …]
|
H A D | Select.cpp | 30 const struct Block final { in select_batch_4d() struct 31 ivec2 batch_info; in select_batch_4d() 76 const struct Block final { in select_depth_3d() struct 77 ivec4 depth_info; in select_depth_3d() 129 const struct Block final { in select_depth_4d() struct 130 ivec4 depth_info; in select_depth_4d() 182 const struct Block final { in select_height_3d() struct 183 ivec4 height_info; in select_height_3d() 241 const struct Block final { in select_height_4d() struct 242 ivec4 height_info; in select_height_4d() [all …]
|
H A D | Pool.cpp | 44 const struct Block final { in adaptive_avg_pool2d() struct 45 uvec3 extents; in adaptive_avg_pool2d() 46 uint32_t _; in adaptive_avg_pool2d() 47 vec2 kernel; in adaptive_avg_pool2d() 48 vec2 stride; in adaptive_avg_pool2d() 171 const struct Block final { in pool2d() struct 172 uvec3 extents; in pool2d() 173 int32_t range; in pool2d() 174 ivec4 kernel; in pool2d() 175 ivec2 stride; in pool2d() [all …]
|
H A D | Upsample.cpp | 44 const struct Block final { in upsample_nearest2d() struct 45 uvec3 extents; in upsample_nearest2d() 46 uint32_t fill0; in upsample_nearest2d() 47 ivec2 iextents; in upsample_nearest2d() 48 vec2 scale; in upsample_nearest2d() 124 const struct Block final { in upsample_bilinear2d() struct 125 uvec3 oextents; in upsample_bilinear2d() 126 uint32_t padding; in upsample_bilinear2d() 127 ivec2 iextents; in upsample_bilinear2d() 128 vec2 scale; in upsample_bilinear2d()
|
H A D | Permute.cpp | 29 const struct Block final { in permute_4d() struct 30 ivec3 out_extents; in permute_4d() 31 int32_t fill0; in permute_4d() 32 ivec3 in_extents; in permute_4d() 33 int32_t fill1; in permute_4d() 34 uvec4 out_tensor_size; in permute_4d() 35 uvec4 in_tensor_size; in permute_4d() 36 uvec4 out_ndims; in permute_4d() 37 uvec2 ch_info; in permute_4d()
|
H A D | MaskedFill.cpp | 70 const struct Block final { in masked_fill_scalar() struct 71 ivec3 outExtents; in masked_fill_scalar() 72 int32_t fill0; in masked_fill_scalar() 73 ivec3 maskExtents; in masked_fill_scalar() 74 int32_t fill1; in masked_fill_scalar() 75 uvec4 outTensorSize; in masked_fill_scalar() 76 uvec4 maskTensorSize; in masked_fill_scalar() 77 uvec2 alignedChannelInfo; in masked_fill_scalar() 78 float value; in masked_fill_scalar()
|
/aosp_15_r20/packages/modules/adb/ |
D | types.h | 35 struct Block { struct 38 Block() = default; argument 40 explicit Block(size_t size) { allocate(size); } in Block() function 42 explicit Block(const std::string& s) : Block(s.begin(), s.end()) {} in Block() argument 45 Block(Iterator begin, Iterator end) : Block(end - begin) { in Block() argument 50 Block(Block&& move) noexcept in Block() argument 56 Block& operator=(const Block& copy) = delete; argument 68 void resize(size_t new_size) { in resize() 95 size_t fillFrom(Block& from) { in fillFrom() argument 122 bool operator==(const Block& rhs) const { argument [all …]
|
/aosp_15_r20/external/libgav1/src/ |
H A D | tile.h | 786 struct Tile::Block { struct 787 Block(Tile* tile_ptr, BlockSize size, int row4x4, int column4x4, in Block() function 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 …]
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | texcompress_astc.cpp | 549 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 …]
|
/aosp_15_r20/hardware/google/gfxstream/guest/android-emu/aemu/base/ |
D | Pool.cpp | 86 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 …]
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/ |
H A D | ir.h | 1024 struct Block { struct 1031 at::ArrayRef<Value*> inputs() { in inputs() 1034 at::ArrayRef<const Value*> inputs() const { in inputs() 1038 at::ArrayRef<Value*> outputs() { in outputs() 1041 at::ArrayRef<const Value*> outputs() const { in outputs() 1044 graph_node_list nodes() { in nodes() 1047 const_graph_node_list nodes() const { in nodes() 1050 Node* return_node() { in return_node() 1053 const Node* return_node() const { in return_node() 1056 Node* param_node() { in param_node() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/fixedbitset/src/block/ |
D | wasm.rs | 8 pub struct Block(pub(super) v128); struct 10 impl Block { implementation 22 impl Not for Block { implementation 30 impl BitAnd for Block { implementation 38 impl BitAndAssign for Block { implementation 45 impl BitOr for Block { implementation 53 impl BitOrAssign for Block { implementation 60 impl BitXor for Block { implementation 68 impl BitXorAssign for Block { implementation 75 impl PartialEq for Block { implementation
|
D | avx2.rs | 9 pub struct Block(pub(super) __m256i); struct 11 impl Block { impl 23 impl Not for Block { implementation 31 impl BitAnd for Block { implementation 39 impl BitAndAssign for Block { implementation 48 impl BitOr for Block { implementation 56 impl BitOrAssign for Block { implementation 65 impl BitXor for Block { implementation 73 impl BitXorAssign for Block { implementation 80 impl PartialEq for Block { implementation
|
D | sse2.rs | 11 pub struct Block(pub(super) __m128i); struct 13 impl Block { impl 32 impl Not for Block { implementation 40 impl BitAnd for Block { implementation 48 impl BitAndAssign for Block { implementation 57 impl BitOr for Block { implementation 65 impl BitOrAssign for Block { implementation 74 impl BitXor for Block { implementation 82 impl BitXorAssign for Block { implementation 89 impl PartialEq for Block { implementation
|
D | avx.rs | 9 pub struct Block(pub(super) __m256d); struct 11 impl Block { impl 26 impl Not for Block { implementation 34 impl BitAnd for Block { implementation 42 impl BitAndAssign for Block { implementation 51 impl BitOr for Block { implementation 59 impl BitOrAssign for Block { implementation 68 impl BitXor for Block { implementation 76 impl BitXorAssign for Block { implementation 83 impl PartialEq for Block { implementation
|
D | default.rs | 5 pub struct Block(pub(super) usize); struct 7 impl Block { impl 19 impl Not for Block { implementation 27 impl BitAnd for Block { implementation 35 impl BitAndAssign for Block { implementation 42 impl BitOr for Block { implementation 50 impl BitOrAssign for Block { implementation 57 impl BitXor for Block { implementation 65 impl BitXorAssign for Block { implementation
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/cfg/ |
D | cfg.go | 66 type Block struct { struct 67 Nodes []ast.Node // statements, expressions, and ValueSpecs 68 Succs []*Block // successor nodes in the graph 69 Index int32 // index within CFG.Blocks 70 Live bool // block is reachable from entry 71 Kind BlockKind // block kind 72 Stmt ast.Stmt // statement that gave rise to this block (see BlockKind for details) 74 succs2 [2]*Block // underlying array for Succs 170 func (b *Block) String() string { 174 func (b *Block) comment(fset *token.FileSet) string { [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/ |
H A D | CUDASymmetricMemory.hpp | 71 struct Block : public c10::intrusive_ptr_target { struct 72 HandleType handle; 73 int device_idx; 74 size_t block_size; 75 size_t buffer_size; 76 size_t signal_pad_offset; 77 std::string group_name; 78 c10::intrusive_ptr<CUDASymmetricMemory> symm_mem = nullptr; 80 Block( in Block() function
|
/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/ops/impl/ |
H A D | Copy.cpp | 36 const struct Block final { in add_copy_offset_node() struct 37 alignas(16) ivec3 range; in add_copy_offset_node() 38 alignas(16) ivec3 src_offset; in add_copy_offset_node() 39 alignas(16) ivec3 dst_offset; in add_copy_offset_node() 140 const struct Block final { in add_copy_channel_offset_node() struct 141 ivec3 range; in add_copy_channel_offset_node() 142 int32_t channel_range; in add_copy_channel_offset_node() 143 ivec3 dst_offset; in add_copy_channel_offset_node() 144 int32_t dst_channel_offset; in add_copy_channel_offset_node() 145 int32_t src_channel_offset; in add_copy_channel_offset_node()
|
/aosp_15_r20/external/pytorch/c10/xpu/ |
H A D | XPUCachingAllocator.cpp | 42 struct Block { struct 43 DeviceIndex device; 44 sycl::queue* queue{nullptr}; // underlying queue of the allocation stream 45 stream_set stream_uses; // streams on which the block was used 46 size_t size; // block size in bytes 47 size_t requested_size; // memory originally requested 48 BlockPool* pool{nullptr}; // owning memory pool 49 void* ptr{nullptr}; // memory address 50 bool allocated{false}; // in-use flag 51 Block* prev{nullptr}; // prev block if split from a larger allocation [all …]
|