Searched refs:write_src (Results 1 – 2 of 2) sorted by relevance
/third_party/libsoup/libsoup/ |
D | soup-socket.c | 91 GSource *read_src, *write_src; member 199 if (priv->write_src) { in disconnect_internal() 200 g_source_destroy (priv->write_src); in disconnect_internal() 201 priv->write_src = NULL; in disconnect_internal() 1965 priv->write_src = NULL; in socket_write_watch() 2016 if (priv->write_src) { in soup_socket_write() 2042 priv->write_src = in soup_socket_write()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_serialize.c | 533 write_src(write_ctx *ctx, const nir_src *src) in write_src() function 749 write_src(ctx, dst->reg.indirect); in write_dest() 1009 write_src(ctx, &deref->parent); in write_deref() 1021 write_src(ctx, &deref->parent); in write_deref() 1022 write_src(ctx, &deref->arr.index); in write_deref() 1027 write_src(ctx, &deref->parent); in write_deref() 1038 write_src(ctx, &deref->parent); in write_deref() 1173 write_src(ctx, &intrin->src[i]); in write_intrinsic() 1661 write_src(ctx, &call->params[i]); in write_call() 1812 write_src(ctx, &nif->condition); in write_if()
|