| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| H A D | draw_gs.h | 87 struct draw_vertex_stream stream[TGSI_MAX_VERTEX_STREAMS]; member
|
| H A D | draw_pt_so_emit.c | 54 unsigned stream; member 186 unsigned stream = state->output[slot].stream; in so_emit_prim() local 278 unsigned start, i, stream; draw_pt_so_emit() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_debug_image.c | 240 FILE *stream; in debug_dump_float_rgba_bmp() local 296 FILE *stream; in debug_dump_ubyte_rgba_bmp() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_blt.c | 108 emit_blt_clearimage(struct etna_cmd_stream *stream, const struct blt_clear_op *op) in emit_blt_clearimage() argument 147 emit_blt_copyimage(struct etna_cmd_stream *stream, const struct blt_imgcopy_op *op) emit_blt_copyimage() argument 192 emit_blt_inplace(struct etna_cmd_stream *stream, const struct blt_inplace_op *op) emit_blt_inplace() argument [all...] |
| H A D | etnaviv_texture_state.c | 298 struct etna_cmd_stream *stream = ctx->stream; in etna_emit_ts_state() local 338 struct etna_cmd_stream *stream = ctx->stream; in etna_emit_new_texture_state() local 470 struct etna_cmd_stream *stream = ctx->stream; etna_emit_texture_state() local [all...] |
| H A D | etnaviv_texture_desc.c | 257 struct etna_cmd_stream *stream = ctx->stream; in etna_emit_texture_desc() local 229 etna_sampler_view_update_descriptor(struct etna_context *ctx, struct etna_cmd_stream *stream, struct etna_sampler_view_desc *sv) etna_sampler_view_update_descriptor() argument [all...] |
| H A D | etnaviv_context.c | 62 etna_emit_nop_with_data(struct etna_cmd_stream *stream, uint32_t value) in etna_emit_nop_with_data() argument 72 struct etna_cmd_stream *stream = ctx->stream; in etna_emit_string_marker() local 425 struct etna_cmd_stream *stream = ctx->stream; etna_reset_gpu_state() local 540 etna_context_force_flush(struct etna_cmd_stream *stream, void *priv) etna_context_force_flush() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_instr_export.h | 205 int stream() const { return m_stream;} in stream() function in r600::EmitVertexInstr
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_program.h | 12 uint8_t stream[4]; member
|
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | e_des3.c | 34 } stream; member
|
| /third_party/node/deps/openssl/openssl/crypto/modes/ |
| H A D | ocb128.c | 130 CRYPTO_ocb128_new(void *keyenc, void *keydec, block128_f encrypt, block128_f decrypt, ocb128_f stream) CRYPTO_ocb128_new() argument 151 CRYPTO_ocb128_init(OCB128_CONTEXT *ctx, void *keyenc, void *keydec, block128_f encrypt, block128_f decrypt, ocb128_f stream) CRYPTO_ocb128_init() argument
|
| /third_party/node/deps/uv/src/win/ |
| H A D | process-stdio.c | 309 uv_stream_t* stream = fdopt.data.stream; in uv__stdio_create() local [all...] |
| /third_party/protobuf/csharp/src/Google.Protobuf/ |
| H A D | ByteString.cs | 178 public static ByteString FromStream(Stream stream)
in FromStream() argument 202 FromStreamAsync(Stream stream, CancellationToken cancellationToken = default(CancellationToken)) FromStreamAsync() argument [all...] |
| /third_party/pulseaudio/src/pulse/ |
| H A D | simple.c | 41 pa_stream *stream; member [all...] |
| /third_party/openssl/crypto/evp/ |
| H A D | e_des3.c | 34 } stream; member
|
| /third_party/openssl/crypto/modes/ |
| H A D | ocb128.c | 130 CRYPTO_ocb128_new(void *keyenc, void *keydec, block128_f encrypt, block128_f decrypt, ocb128_f stream) CRYPTO_ocb128_new() argument 151 CRYPTO_ocb128_init(OCB128_CONTEXT *ctx, void *keyenc, void *keydec, block128_f encrypt, block128_f decrypt, ocb128_f stream) CRYPTO_ocb128_init() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| H A D | HLSLCompiler.cpp | 224 std::ostringstream stream; in compileToBinary() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | MemoryProgramCache.cpp | 53 HashStream &operator<<(HashStream &stream, Shader *shader) in operator <<() argument 63 HashStream &operator<<(HashStream &stream, const ProgramBindings &bindings) in operator <<() argument 72 HashStream &operator<<(HashStream &stream, const ProgramAliasedBindings &bindings) in operator <<() argument 81 HashStream &operator<<(HashStream &stream, cons argument 90 operator <<(HashStream &stream, const std::vector<gl::VariableLocation> &locations) operator <<() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | Common.h | 237 T stream; in InitializeStream() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcShaderGroupVoteTests.cpp | 236 std::stringstream stream; in ShaderGroupVoteTestCaseBase() local
|
| /third_party/vk-gl-cts/executor/ |
| H A D | xeTestLogWriter.cpp | 42 std::ostream& operator<< (std::ostream& stream, const ContainerValue& value) in operator <<() argument 62 static void writeSessionInfo (const SessionInfo& info, std::ostream& stream) in writeSessionInfo() argument 87 writeTestCase(const TestCaseResultData& caseData, std::ostream& stream) writeTestCase() argument 109 writeTestLog(const BatchResult& result, std::ostream& stream) writeTestLog() argument 521 writeTestResult(const TestCaseResult& result, std::ostream& stream) writeTestResult() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
| H A D | GeometryShader_test.cpp | 1513 std::ostringstream stream; in TEST_F() local 1529 std::ostringstream stream; in TEST_F() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| H A D | EGLPrintEGLinfoTest.cpp | 186 LogGles2Capabilities(std::ostream &stream) LogGles2Capabilities() argument 204 LogGles3Capabilities(std::ostream &stream) LogGles3Capabilities() argument 238 LogGles31Capabilities(std::ostream &stream) LogGles31Capabilities() argument 292 LogGles32Capabilities(std::ostream &stream) LogGles32Capabilities() argument 355 std::ostream &stream = std::cout; TEST_P() local [all...] |
| H A D | EGLStreamTest.cpp | 94 EGLStreamKHR stream = eglCreateStreamKHR(display, &streamAttributesBad[0]); in TEST_P() local 174 EGLStreamKHR stream = eglCreateStreamKHR(display, streamAttributes); TEST_P() local 212 EGLStreamKHR stream = eglCreateStreamKHR(display, streamAttributes); TEST_P() local 329 EGLStreamKHR stream = eglCreateStreamKHR(display, streamAttributes); TEST_P() local 772 EGLStreamKHR stream = eglCreateStreamKHR(display, streamAttributes); TEST_P() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | GeometryShaderTest.cpp | 388 std::ostringstream stream; in TEST_P() local 427 std::ostringstream stream; in TEST_P() local [all...] |