Home
last modified time | relevance | path

Searched refs:stream (Results 2076 - 2100 of 2392) sorted by relevance

1...<<81828384858687888990>>...96

/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_context.h1062 * Dump driver-specific debug information into a stream. This is
1066 * \param stream where the output should be written to
1069 void (*dump_debug_state)(struct pipe_context *ctx, FILE *stream,
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dvertexdeclaration9.c449 so->output[so_outputs].stream = 0; in NineVertexDeclaration9_FillStreamOutputInfo()
460 /* ProcessVertices runs stream output into a temporary buffer to capture
465 * non float32 format, because stream output only supports f32/u32/s32.
H A Dnine_state.h208 struct NineVertexBuffer9 *stream[PIPE_MAX_ATTRIBS]; member
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_pkt.h79 server stream ID. */
82 client stream ID. */
85 server stream ID. */
88 client stream ID. */
345 ngtcp2_stream stream; member
1156 * which can be sent for stream denoted by |stream_id|. |offset| is
1157 * an offset of within the stream. |len| is the estimated number of
1166 * which can be sent for crypto stream. |offset| is an offset of
1167 * within the crypto stream. |len| is the estimated number of bytes
H A Dngtcp2_conn.h83 crypto stream in Initial packet. We set this hard limit here
84 because crypto stream is unbounded. */
87 received crypto stream in Handshake packet. We set this hard limit
88 here because crypto stream is unbounded. */
312 /* offset is the offset of crypto stream in this packet number
430 stream data to resent. */
474 /* offset is the cumulative sum of stream data received for this
521 /* next_stream_id is the bidirectional stream ID which the local
530 /* next_stream_id is the unidirectional stream ID which the
547 initiated bidirectional stream whic
731 ngtcp2_vmsg_stream stream; global() member
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_shader_state.c65 return true; /* stream output info only */ in nvc0_program_validate()
252 /* we allow GPs with no code for specifying stream output state only */ in nvc0_gmtyprog_validate()
328 PUSH_DATA (push, tfb->stream[b]); in nvc0_tfb_validate()
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
H A Dciphercommon.h50 } stream; member
/third_party/node/deps/undici/src/lib/core/
H A Drequest.js149 throw new InvalidArgumentError('body must be a string, a Buffer, a Readable stream, an iterable, or an async iterable')
212 this.body = bodyStream.stream
/third_party/node/deps/uv/include/uv/
H A Dwin.h440 } stream;
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/
H A DRangeSpecificationTest.java32 import java.util.stream.Stream;
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvTableTest.java55 import java.util.stream.IntStream;
/third_party/python/Lib/
H A Dsysconfig.py521 pprint.pprint(vars, stream=f)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DRendererD3D.h313 egl::Stream *stream,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DTextureGL.h177 egl::Stream *stream,
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtext_to_binary.extension_test.cpp76 EXPECT_THAT(CompileFailure(input), Eq("Expected '=', found end of stream.")); in TEST_F()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A DTextureMtl.h129 egl::Stream *stream,
/third_party/openssl/providers/implementations/include/prov/
H A Dciphercommon.h50 } stream; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dtext_to_binary.extension_test.cpp76 EXPECT_THAT(CompileFailure(input), Eq("Expected '=', found end of stream.")); in TEST_F()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dftobjs.h604 #define FT_FACE_STREAM( x ) FT_FACE( x )->stream
/third_party/protobuf/src/google/protobuf/
H A Dfield_mask.pb.h149 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
H A Dany.pb.h182 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
/third_party/python/Lib/unittest/test/
H A Dtest_setups.py15 stream=io.StringIO())
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos_internal.c254 int os_fdatasync(FILE *stream) in os_fdatasync() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dos_internal.c260 int os_fdatasync(FILE *stream) in os_fdatasync() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTransformFeedbackTests.cpp1276 /* INVALID_VALUE is generated by DrawTransformFeedbackStream when <stream> in testExtension3()
1284 << tcu::TestLog::Message << "INVALID_VALUE was not generated by DrawTransformFeedbackStream when <stream> " in testExtension3()
1538 <stream> is greater than or equal to MAX_VERTEX_STREAMS */ in testInstanced()
5545 void gl3cts::TransformFeedback::DrawXFBStream::drawForFramebuffer(glw::GLuint stream) in drawForFramebuffer() argument
5550 gl.drawTransformFeedbackStream(GL_TRIANGLES, m_xfb_id, stream); in drawForFramebuffer()
5697 "layout(stream = 1) out vec4 position;\n"
6573 "layout(stream = 1) out vec4 color;\n"
6882 std::stringstream stream; in itoa() local
6884 stream << i; in itoa()
6886 return stream in itoa()
6897 std::stringstream stream; ftoa() local
[all...]

Completed in 33 milliseconds

1...<<81828384858687888990>>...96