/hardware/google/gfxstream/host/ |
D | PostCommands.h | 25 Block = 6, enumerator 29 struct Block { struct 41 std::unique_ptr<Block> block = nullptr;
|
D | PostWorker.cpp | 125 auto block = std::make_shared<Post::Block>(Post::Block{ in block()
|
D | FrameBuffer.cpp | 741 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/ |
D | Buffer.aidl | 19 import android.hardware.media.c2.Block; 36 Block[] blocks;
|
D | Block.aidl | 30 parcelable Block {
|
/hardware/google/aemu/host-common/ |
D | address_space_graphics.cpp | 58 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/ |
D | Pool.cpp | 86 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/ |
D | Buffer.aidl | 38 android.hardware.media.c2.Block[] blocks;
|
D | Block.aidl | 36 parcelable Block {
|
/hardware/interfaces/media/c2/aidl/aidl_api/android.hardware.media.c2/current/android/hardware/media/c2/ |
D | Block.aidl | 36 parcelable Block {
|
D | Buffer.aidl | 38 android.hardware.media.c2.Block[] blocks;
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_storage_buffer_storage_class.adoc | 28 A code:Block-decorated object in this class is equivalent to a
|
D | VK_KHR_8bit_storage.adoc | 27 capabilities and allow access to 8-bit data in code:Block-decorated objects
|
D | VK_KHR_16bit_storage.adoc | 34 capabilities and allow access to 16-bit data in code:Block-decorated objects
|
D | VK_NVX_multiview_per_view_attributes.adoc | 79 layout(set = 0, binding = 0) uniform Block { mat4 mvpPerView[2]; } buf;
|
D | spirvenv.adoc | 313 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 …]
|
D | compressedtex.adoc | 29 == Block-Compressed Image Formats
|
D | glossary.adoc | 186 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/ |
D | types.hal | 499 * `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/ |
D | IFooCallback.hal | 29 // Block the caller for up to ns nanosesonds and return the number
|
/hardware/interfaces/bluetooth/a2dp/1.0/ |
D | types.hal | 81 /** Block length: 4 bits | Subbands: 2 bits | Allocation Method: 2 bits */
|
/hardware/google/interfaces/media/c2/1.0/ |
D | types.hal | 397 * 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/ |
D | sparsemem.adoc | 199 === 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/ |
D | IFrontend.hal | 136 * Sets Low-Noise Block downconverter (LNB) for satellite frontend.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_QCOM_image_processing.adoc | 34 * 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
|