/hardware/google/gfxstream/guest/mesa/bin/ |
D | perf-annotate-jit.py | 77 def consume(self): member in LineParser 177 line = self.consume() 192 self.consume() 198 line = self.consume()
|
/hardware/google/gfxstream/host/ |
D | ReadBuffer.h | 31 void consume(size_t amount); // notify that 'amount' data has been consumed;
|
D | RenderThread.cpp | 500 readBuf.consume(last); in main() 534 readBuf.consume(last); in main() 548 readBuf.consume(last); in main() 564 readBuf.consume(last); in main() 580 readBuf.consume(last); in main()
|
D | ReadBuffer.cpp | 108 void ReadBuffer::consume(size_t amount) { in consume() function in gfxstream::ReadBuffer
|
/hardware/interfaces/gnss/2.1/ |
D | IGnssMeasurement.hal | 39 * The GNSS chipset is allowed to consume more power in this mode. If false, API must behave
|
/hardware/interfaces/gnss/2.0/ |
D | IGnssMeasurement.hal | 39 * The GNSS chipset is allowed to consume more power in this mode. If false, API must behave
|
/hardware/interfaces/gnss/1.1/ |
D | IGnssMeasurement.hal | 38 * The GNSS chipset is allowed to consume more power in this mode. If false, API must behave
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_pageable_device_local_memory.adoc | 66 system, or consume device-local memory.
|
/hardware/interfaces/configstore/1.0/ |
D | ISurfaceFlingerConfigs.hal | 25 * to consume input
|
/hardware/interfaces/keymaster/3.0/ |
D | IKeymasterDevice.hal | 284 * update() may not consume all of the data provided in the data buffer. update() will return 295 * Note that update() may or may not consume all of the data provided. See 324 * begin(). finish() must consume all provided data or return
|
/hardware/google/gfxstream/ |
D | README.md | 91 APIs that consume protocol. `gfxstream-virtio-gpu-renderer.cpp` contains a
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/ |
D | katex.js | 9573 parser.consume(); 9648 parser.consume(); 16150 _proto.expect = function expect(text, consume) { 16151 if (consume === void 0) { 16152 consume = true; 16159 if (consume) { 16160 this.consume(); 16168 _proto.consume = function consume() { 16331 this.consume(); 16414 this.consume(); [all …]
|
D | katex.min.js | 1 …consume(),e.push("\\hdashline"===r),t.consumeSpaces(),r=t.fetch().text;return e}function vr(t,e,r)… function
|
D | katex.mjs | 9429 parser.consume(); 9504 parser.consume(); 13824 // Note, however, that it does not consume the next symbol in either case. 15784 expect(text, consume) { argument 15785 if (consume === void 0) { 15786 consume = true; 15793 if (consume) { 15794 this.consume(); 15802 consume() { method in Parser 15807 * beginning, or if the previous lookahead token was consume()d), [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_mutable_descriptor_type.adoc | 126 A mutable descriptor is expected to consume as much memory as the largest descriptor type it suppor… 158 Host-only descriptor sets do not consume device-global descriptor resources (e.g. `maxUpdateAfterBi…
|
D | VK_EXT_swapchain_maintenance1.adoc | 171 images would not have to consume memory.
|
D | VK_EXT_descriptor_buffer.adoc | 97 …uffer memory, we remove all pretense of the implementation being able to consume descriptors when … 98 …sets are bound and remain valid, which means implementations are free to consume the descriptors, … 107 …namic storage buffers for example have a component to them that does not consume descriptor memory…
|
D | VK_EXT_shader_tile_image.adoc | 448 === 9. RESOLVED: Should Depth and Stencil read opcodes consume an image operand specifying the atta…
|
D | VK_AMDX_shader_enqueue.adoc | 109 Shaders with the same name and different indexes must consume identical payloads and have the same …
|
D | VK_KHR_video_queue.adoc | 430 …hus if a command issues multiple video coding operations, then those may consume multiple subseque… 1020 …h video coding operation, hence multiple video coding operations need to consume a separate query …
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | draw_vertex_binding.adoc | 6 // Common to drawing commands that consume vertex binding state
|
/hardware/interfaces/keymaster/4.0/ |
D | IKeymasterDevice.hal | 1090 … * in the inputConsumed parameter. Implementations must always consume at least one byte, unless 1133 * block to be signed or verified in a single update. It may not consume only a portion of the 1142 * block to be signed or verified in a single update. This method may not consume only a 1171 * @param input Data to be processed. Note that update() may or may not consume all of the data 1186 * update() or finish(). Every call to update must consume at least one byte, unless 1187 * the input is empty, and implementations should consume as much data as reasonably 1290 * finish() must consume all provided data or return ErrorCode::INVALID_INPUT_LENGTH.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | fxvertex.adoc | 92 to read and interpret the data that a variable will consume. 101 Any 16-bit or 32-bit scalar or vector input will consume a single
|
D | interfaces.adoc | 215 Inputs and outputs of the following types consume a single interface 224 64-bit three- and four-component vectors consume two consecutive 316 A variable or block member starting at code:Component N will consume 326 A scalar 64-bit type will consume two of these code:Component words in 327 sequence, and a two-component 64-bit vector type will consume all four 331 A three-component 64-bit vector type will consume all four code:Component 342 A four-component 64-bit data type will consume all four code:Component words
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | writing.adoc | 1161 // Common to drawing commands that consume vertex binding state 1187 text than a simple copy paste (e.g. only two commands consume a single
|