Home
last modified time | relevance | path

Searched refs:consume (Results 1 – 25 of 36) sorted by relevance

12

/hardware/google/gfxstream/guest/mesa/bin/
Dperf-annotate-jit.py77 def consume(self): member in LineParser
177 line = self.consume()
192 self.consume()
198 line = self.consume()
/hardware/google/gfxstream/host/
DReadBuffer.h31 void consume(size_t amount); // notify that 'amount' data has been consumed;
DRenderThread.cpp500 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()
DReadBuffer.cpp108 void ReadBuffer::consume(size_t amount) { in consume() function in gfxstream::ReadBuffer
/hardware/interfaces/gnss/2.1/
DIGnssMeasurement.hal39 * The GNSS chipset is allowed to consume more power in this mode. If false, API must behave
/hardware/interfaces/gnss/2.0/
DIGnssMeasurement.hal39 * The GNSS chipset is allowed to consume more power in this mode. If false, API must behave
/hardware/interfaces/gnss/1.1/
DIGnssMeasurement.hal38 * 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/
DVK_EXT_pageable_device_local_memory.adoc66 system, or consume device-local memory.
/hardware/interfaces/configstore/1.0/
DISurfaceFlingerConfigs.hal25 * to consume input
/hardware/interfaces/keymaster/3.0/
DIKeymasterDevice.hal284 * 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/
DREADME.md91 APIs that consume protocol. `gfxstream-virtio-gpu-renderer.cpp` contains a
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.js9573 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 …]
Dkatex.min.js1consume(),e.push("\\hdashline"===r),t.consumeSpaces(),r=t.fetch().text;return e}function vr(t,e,r)… function
Dkatex.mjs9429 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/
DVK_EXT_mutable_descriptor_type.adoc126 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…
DVK_EXT_swapchain_maintenance1.adoc171 images would not have to consume memory.
DVK_EXT_descriptor_buffer.adoc97 …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…
DVK_EXT_shader_tile_image.adoc448 === 9. RESOLVED: Should Depth and Stencil read opcodes consume an image operand specifying the atta…
DVK_AMDX_shader_enqueue.adoc109 Shaders with the same name and different indexes must consume identical payloads and have the same …
DVK_KHR_video_queue.adoc430 …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/
Ddraw_vertex_binding.adoc6 // Common to drawing commands that consume vertex binding state
/hardware/interfaces/keymaster/4.0/
DIKeymasterDevice.hal1090 … * 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/
Dfxvertex.adoc92 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
Dinterfaces.adoc215 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/
Dwriting.adoc1161 // Common to drawing commands that consume vertex binding state
1187 text than a simple copy paste (e.g. only two commands consume a single

12