Home
last modified time | relevance | path

Searched refs:Block (Results 1 – 25 of 42) sorted by relevance

12

/hardware/google/gfxstream/host/
DPostCommands.h25 Block = 6, enumerator
29 struct Block { struct
41 std::unique_ptr<Block> block = nullptr;
DPostWorker.cpp125 auto block = std::make_shared<Post::Block>(Post::Block{ in block()
DFrameBuffer.cpp741 case PostCmd::Block: in postWorkerFunc()
2728 .cmd = PostCmd::Block, in blockPostWorker()
2729 .block = std::make_unique<Post::Block>(Post::Block{ in blockPostWorker()
/hardware/interfaces/media/c2/aidl/android/hardware/media/c2/
DBuffer.aidl19 import android.hardware.media.c2.Block;
36 Block[] blocks;
DBlock.aidl30 parcelable Block {
/hardware/google/aemu/host-common/
Daddress_space_graphics.cpp58 struct Block { struct
135 std::vector<Block>& existingBlocks) { in newAllocation()
175 Block newBlock; in newAllocation()
201 void deleteAllocation(const Allocation& alloc, std::vector<Block>& existingBlocks) { in deleteAllocation()
369 const Block& block) { in saveBlockLocked()
392 Block& block) { in loadBlockLocked()
421 void fillAllocFromLoad(const Block& block, Allocation& alloc) { in fillAllocFromLoad()
427 void fillBlockLocked(Block& block, struct AllocationCreateInfo& create) { in fillBlockLocked()
513 void destroyBlockLocked(Block& block) { in destroyBlockLocked()
536 bool shouldDestryBlockLocked(const Block& block) const { in shouldDestryBlockLocked()
[all …]
/hardware/google/gfxstream/guest/android-emu/aemu/base/
DPool.cpp86 struct Block { struct
87 Block(size_t _chunkSize, size_t _numChunks) { in Block() argument
204 Block* next = nullptr; // Unused for now argument
251 Block mBlock;
/hardware/interfaces/media/c2/aidl/aidl_api/android.hardware.media.c2/1/android/hardware/media/c2/
DBuffer.aidl38 android.hardware.media.c2.Block[] blocks;
DBlock.aidl36 parcelable Block {
/hardware/interfaces/media/c2/aidl/aidl_api/android.hardware.media.c2/current/android/hardware/media/c2/
DBlock.aidl36 parcelable Block {
DBuffer.aidl38 android.hardware.media.c2.Block[] blocks;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_storage_buffer_storage_class.adoc28 A code:Block-decorated object in this class is equivalent to a
DVK_KHR_8bit_storage.adoc27 capabilities and allow access to 8-bit data in code:Block-decorated objects
DVK_KHR_16bit_storage.adoc34 capabilities and allow access to 16-bit data in code:Block-decorated objects
DVK_NVX_multiview_per_view_attributes.adoc79 layout(set = 0, binding = 0) uniform Block { mat4 mvpPerView[2]; } buf;
Dspirvenv.adoc313 Any variable in the code:Uniform {StorageClass} decorated as code:Block
348 pointer to a code:Block decorated code:OpTypeStruct, then the
358 code:Block decorated code:OpTypeStruct, then each member of the struct
447 ** the last member of a code:Block-decorated code:OpTypeStruct in
460 code:Function, or code:Private {StorageClass}, c) _V_ is a non-Block
622 class must: be decorated as code:Block
625 code:Block or code:BufferBlock
1367 objects in the code:Uniform {StorageClass} with the code:Block
1384 objects in the code:Uniform {StorageClass} with the code:Block
1764 Any code:OpVariable, code:Block-decorated code:OpTypeStruct, or
[all …]
Dcompressedtex.adoc29 == Block-Compressed Image Formats
Dglossary.adoc186 Built-In Interface Block::
286 Compressed Texel Block::
951 Inline Uniform Block::
1683 Sparse Block::
1689 Sparse Image Block::
1769 Texel Block::
1774 Texel Block Size::
2046 Coding Tree Block
/hardware/interfaces/media/c2/1.0/
Dtypes.hal499 * `Block` contains additional attributes that `BaseBlock` does not. These
500 * attributes may differ among `Block` objects that refer to the same
503 struct Block {
510 * Metadata associated with this `Block`.
514 * Fence for synchronizing `Block` access.
520 * A codec buffer, which is a collection of @ref Block objects and metadata.
532 vec<Block> blocks;
743 * 2. If multiple `Work` objects contain `Block`s that refer to the same
/hardware/interfaces/tests/foo/1.0/
DIFooCallback.hal29 // Block the caller for up to ns nanosesonds and return the number
/hardware/interfaces/bluetooth/a2dp/1.0/
Dtypes.hal81 /** Block length: 4 bits | Subbands: 2 bits | Allocation Method: 2 bits */
/hardware/google/interfaces/media/c2/1.0/
Dtypes.hal397 * A structure that holds information of a Block. There are two types of Blocks:
422 * A Block in transfer consists of an index into an array of BaseBlock plus some
426 struct Block {
453 vec<Block> blocks;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsparsemem.adoc199 === Sparse Buffer and Fully-Resident Image Block Size
396 === Standard Sparse Image Block Shapes
420 .Standard Sparse Image Block Shapes (Single Sample)
423 | TEXEL SIZE (bits) | Block Shape (2D) | Block Shape (3D)
432 .Standard Sparse Image Block Shapes (MSAA)
435 | TEXEL SIZE (bits)| Block Shape (2X) | Block Shape (4X) | Block Shape (8X) …
461 === Custom Sparse Image Block Shapes
783 <<sparsememory-sparseblockshapessingle, Standard Sparse Image Block
796 <<sparsememory-sparseblockshapesmsaa,Standard Sparse Image Block Shapes
809 <<sparsememory-sparseblockshapessingle,Standard Sparse Image Block
/hardware/interfaces/tv/tuner/1.0/
DIFrontend.hal136 * Sets Low-Noise Block downconverter (LNB) for satellite frontend.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_QCOM_image_processing.adoc34 * Block Matching (up to 64x64) pixel regions across images
211 | vec4 textureBlockMatchSADQCOM( | Block matching operation measures the |
219 | vec4 textureBlockMatchSSDQCOM( | Block matching operation measures the |
506 ### Block Matching Sampling

12