/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_context.h | 1062 * 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 D | vertexdeclaration9.c | 449 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 D | nine_state.h | 208 struct NineVertexBuffer9 *stream[PIPE_MAX_ATTRIBS]; member
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_pkt.h | 79 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 D | ngtcp2_conn.h | 83 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 D | nvc0_shader_state.c | 65 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 D | ciphercommon.h | 50 } stream; member
|
/third_party/node/deps/undici/src/lib/core/ |
H A D | request.js | 149 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 D | win.h | 440 } stream;
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/ |
H A D | RangeSpecificationTest.java | 32 import java.util.stream.Stream;
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | CsvTableTest.java | 55 import java.util.stream.IntStream;
|
/third_party/python/Lib/ |
H A D | sysconfig.py | 521 pprint.pprint(vars, stream=f)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | RendererD3D.h | 313 egl::Stream *stream,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | TextureGL.h | 177 egl::Stream *stream,
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | text_to_binary.extension_test.cpp | 76 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 D | TextureMtl.h | 129 egl::Stream *stream,
|
/third_party/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon.h | 50 } stream; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | text_to_binary.extension_test.cpp | 76 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 D | ftobjs.h | 604 #define FT_FACE_STREAM( x ) FT_FACE( x )->stream
|
/third_party/protobuf/src/google/protobuf/ |
H A D | field_mask.pb.h | 149 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
|
H A D | any.pb.h | 182 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
|
/third_party/python/Lib/unittest/test/ |
H A D | test_setups.py | 15 stream=io.StringIO())
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | os_internal.c | 254 int os_fdatasync(FILE *stream) in os_fdatasync() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | os_internal.c | 260 int os_fdatasync(FILE *stream) in os_fdatasync() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cTransformFeedbackTests.cpp | 1276 /* 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...] |