Home
last modified time | relevance | path

Searched refs:write_all (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
Dr300_fs.h58 boolean write_all; member
91 return (fs->shader->write_all) ? TRUE : FALSE; in r300_fragment_shader_writes_all()
Dr300_fs.c469 shader->write_all = FALSE; in r300_translate_fragment_shader()
472 shader->write_all = TRUE; in r300_translate_fragment_shader()
/external/e2fsprogs/misc/
Dlogsave.c56 static int write_all(int fd, const char *buf, size_t count) in write_all() function
96 write_all(1, cp, d); in send_output()
106 write_all(outfd, buffer, c); in send_output()
326 write_all(outfd, outbuf, outbufsize); in main()
Duuidd.c112 static int write_all(int fd, char *buf, size_t count) in write_all() function
187 ret = write_all(s, op_buf, op_len); in call_daemon()
331 write_all(fd_pidfile, reply_buf, strlen(reply_buf)); in server_loop()
434 write_all(ns, (char *) &reply_len, sizeof(reply_len)); in server_loop()
435 write_all(ns, reply_buf, reply_len); in server_loop()
/external/e2fsprogs/lib/ss/
Dpager.c113 static int write_all(int fd, char *buf, size_t count) in write_all() function
153 write_all(1, buf, n); in ss_page_stdin()
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c484 GLboolean write_all = GL_FALSE; in st_translate_fragment_program() local
661 write_all = GL_TRUE; /* fallthrough */ in st_translate_fragment_program()
688 if (write_all == GL_TRUE) in st_translate_fragment_program()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_blend.c926 boolean write_all; in blend_fallback() local
928 write_all = softpipe->fs_variant->info.color0_writes_all_cbufs; in blend_fallback()
957 if (write_all) { in blend_fallback()
/external/mdnsresponder/mDNSShared/
Ddnssd_clientstub.c161 static int write_all(dnssd_sock_t sd, char *buf, size_t len) in write_all() function
653 if (write_all(sdr->sockfd, ((char *)hdr)+i, 1) < 0) in deliver_request()
658 if (write_all(sdr->sockfd, (char *)hdr, datalen + sizeof(ipc_msg_hdr)) < 0) in deliver_request()
1033 write_all(sdRef->sockfd, (char *)hdr, len); in DNSServiceRefDeallocate()
/external/e2fsprogs/e2fsck/
De2fsck.h553 extern int write_all(int fd, char *buf, size_t count);
Dutil.c745 int write_all(int fd, char *buf, size_t count) in write_all() function
Dunix.c581 write_all(ctx->progress_fd, buf, strlen(buf)); in e2fsck_update_progress()