Searched refs:w_mask (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/libFS/dist/src/ |
| H A D | FSConnServ.c | 143 fd_set w_mask; local in function:_FSWaitForWritable 147 FD_ZERO(&w_mask); 151 FD_SET(svr->fd, &w_mask); 154 nfound = Select(svr->fd + 1, &r_mask, &w_mask, NULL, NULL); 196 if (XFD_ANYSET(&w_mask))
|
| /xsrc/external/mit/libXfont/dist/src/fc/ |
| H A D | fsio.c | 79 fd_set w_mask; local in function:_fs_poll_connect 88 FD_ZERO (&w_mask); 89 FD_SET (fs_fd, &w_mask); 90 ret = Select (fs_fd + 1, NULL, &w_mask, NULL, &tv);
|
| /xsrc/external/mit/libXfont2/dist/src/fc/ |
| H A D | fsio.c | 75 fd_set w_mask; local in function:_fs_poll_connect 84 FD_ZERO (&w_mask); 85 FD_SET (fs_fd, &w_mask); 86 ret = Select (fs_fd + 1, NULL, &w_mask, NULL, &tv);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_rs.c | 575 unsigned w_mask, h_mask; local in function:etna_try_rs_blit 577 etna_get_rs_alignment_mask(ctx, src->layout, &w_mask, &h_mask); 578 if ((blit_info->src.box.x & w_mask) || (blit_info->src.box.y & h_mask)) 581 etna_get_rs_alignment_mask(ctx, dst->layout, &w_mask, &h_mask); 582 if ((blit_info->dst.box.x & w_mask) || (blit_info->dst.box.y & h_mask))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_rs.c | 639 unsigned w_mask, h_mask; local in function:etna_try_rs_blit 641 etna_get_rs_alignment_mask(ctx, src->layout, &w_mask, &h_mask); 642 if ((blit_info->src.box.x & w_mask) || (blit_info->src.box.y & h_mask)) 645 etna_get_rs_alignment_mask(ctx, dst->layout, &w_mask, &h_mask); 646 if ((blit_info->dst.box.x & w_mask) || (blit_info->dst.box.y & h_mask))
|
Completed in 7 milliseconds