Searched refs:flags (Results 51 - 75 of 103) sorted by last modified time

12345

/system/core/libpixelflinger/
H A DAndroid.mk42 # special optimization flags for pixelflinger
H A Dtrap.cpp119 void ggl_state_changed(context_t* c, int flags) argument
127 c->dirty |= uint32_t(flags);
H A Dtrap.h27 void ggl_state_changed(context_t* c, int flags);
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp259 pixel.flags &= ~CORRUPTIBLE;
286 pixel.flags |= CORRUPTIBLE;
570 if (fragment.flags & CORRUPTIBLE) {
571 fragment.flags &= ~CORRUPTIBLE;
573 fragment.size(), fragment.flags);
825 if (!(pixel.flags & CORRUPTIBLE)) {
827 pixel.flags |= CORRUPTIBLE;
941 if (!(pixel.flags & CORRUPTIBLE)) {
943 pixel.flags |= CORRUPTIBLE;
H A DGGLAssembler.h196 enum { //load/store flags
201 reg_t() : reg(-1), flags(0) {
204 : reg(r), flags(f) {
207 reg=r; flags=f;
210 uint16_t flags; member in struct:android::GGLAssembler::reg_t
255 : reg_t(rhs.reg, rhs.flags), h(rhs.s), l(0) {
261 rhs.flags|CLEAR_LO|CLEAR_HI);
348 if (!(r.flags & CORRUPTIBLE)) {
350 r.flags |= CORRUPTIBLE;
375 void store(const pointer_t& addr, const pixel_t& src, uint32_t flags
[all...]
H A Dblending.cpp40 integer_t fragment(temp.reg, temp.h, temp.flags);
41 if (!(temp.flags & CORRUPTIBLE)) {
43 temp.flags |= CORRUPTIBLE;
137 if (temp.l && (temp.flags & CORRUPTIBLE)) {
142 integer_t fragment(temp.reg, temp.size(), temp.flags);
149 fragment.flags |= CORRUPTIBLE;
152 if (!(temp.flags & CORRUPTIBLE)) {
156 temp.flags &= ~CORRUPTIBLE;
157 fragment.flags &= ~CORRUPTIBLE;
163 fragment.flags
[all...]
H A Dload_store.cpp31 void GGLAssembler::store(const pointer_t& addr, const pixel_t& s, uint32_t flags) argument
34 const int inc = (flags & WRITE_BACK)?1:0;
48 if (!(s.flags & CORRUPTIBLE)) {
65 void GGLAssembler::load(const pointer_t& addr, const pixel_t& s, uint32_t flags) argument
71 const int inc = (flags & WRITE_BACK)?1:0;
171 integer_t r(d.reg, 32, d.flags);
182 if (s.l || (s.flags & CLEAR_HI)) {
186 expand(d, integer_t(s.reg, s.size(), s.flags), dbits);
192 integer_t r(d.reg, 32, d.flags);
207 dst.flags
[all...]
H A Dtexturing.cpp197 fragment.flags |= CLEAR_LO;
216 fragment.flags &= ~CORRUPTIBLE;
760 texel.flags |= CLEAR_LO;
809 texel.flags |= CLEAR_HI|CLEAR_LO;
1104 texel.flags |= CORRUPTIBLE;
1194 dest.flags |= (incoming.flags & CLEAR_LO);
1240 int t = (texel.flags & CORRUPTIBLE) ? texel.reg : dest.reg;
1253 dest.flags |= CLEAR_LO;
1282 integer_t incomingNorm(incoming.reg, Ni, incoming.flags);
[all...]
/system/core/libpixelflinger/tinyutils/
H A DSharedBuffer.cpp93 int32_t SharedBuffer::release(uint32_t flags) const
98 if ((flags & eKeepStorage) == 0) {
H A DSharedBuffer.h23 /* flags to use with release() */
80 int32_t release(uint32_t flags = 0) const;
H A DVectorImpl.cpp44 VectorImpl::VectorImpl(size_t itemSize, uint32_t flags) argument
45 : mStorage(0), mCount(0), mFlags(flags), mItemSize(itemSize)
426 SortedVectorImpl::SortedVectorImpl(size_t itemSize, uint32_t flags)
427 : VectorImpl(itemSize, flags)
H A DVectorImpl.h34 enum { // flags passed to the ctor
41 VectorImpl(size_t itemSize, uint32_t flags);
128 SortedVectorImpl(size_t itemSize, uint32_t flags);
/system/core/libsparse/
H A Doutput_file.c51 static inline void *mmap64(void *addr, size_t length, int prot, int flags, argument
54 return __mmap2(addr, length, prot, flags, fd, offset >> 12);
/system/core/mkbootimg/
H A Dbootimg.h86 unsigned flags; /* set to zero */
/system/core/netcfg/
H A Dnetcfg.c53 unsigned addr, flags; local
57 if(ifc_get_info(name, &addr, &prefixLength, &flags)) {
61 printf("%-8s %s ", name, flags & 1 ? "UP " : "DOWN");
64 printf("0x%08x ", flags);
/system/core/sdcard/
H A Dfuse.h29 * - add file flags field to fuse_read_in and fuse_write_in
151 * INIT request/reply flags
165 * CUSE INIT request/reply flags
172 * Release flags
177 * Getattr flags
182 * Lock flags
187 * WRITE flags
196 * Read flags
201 * Ioctl flags
216 * Poll flags
350 __u32 flags; member in struct:fuse_open_in
355 __u32 flags; member in struct:fuse_create_in
369 __u32 flags; member in struct:fuse_release_in
387 __u32 flags; member in struct:fuse_read_in
399 __u32 flags; member in struct:fuse_write_in
422 __u32 flags; member in struct:fuse_setxattr_in
456 __u32 flags; member in struct:fuse_init_in
463 __u32 flags; member in struct:fuse_init_out
475 __u32 flags; member in struct:cuse_init_in
482 __u32 flags; member in struct:cuse_init_out
506 __u32 flags; member in struct:fuse_ioctl_in
515 __u32 flags; member in struct:fuse_ioctl_out
523 __u32 flags; member in struct:fuse_poll_in
[all...]
H A Dsdcard.c561 TRACE("[%d] GETATTR flags=%x fh=%llx @ %llx (%s)\n", handler->token,
812 req->flags, hdr->nodeid, node ? node->name : "?");
823 h->fd = open(path, req->flags);
1022 TRACE("[%d] INIT ver=%d.%d maxread=%d flags=%x\n",
1023 handler->token, req->major, req->minor, req->max_readahead, req->flags);
1027 out.flags = FUSE_ATOMIC_O_TRUNC | FUSE_BIG_WRITES;
/system/core/sh/
H A Deval.c87 /* flags in argument to evaltree */
220 evaltree(union node *n, int flags) argument
231 getpid(), n, n->type, flags));
234 evaltree(n->nbinary.ch1, flags & EV_TESTED);
237 evaltree(n->nbinary.ch2, flags);
243 evaltree(n->nbinary.ch2, flags);
249 evaltree(n->nbinary.ch2, flags);
254 evaltree(n->nredir.n, flags);
258 evalsubshell(n, flags);
261 evalsubshell(n, flags);
313 evalloop(union node *n, int flags) argument
349 evalfor(union node *n, int flags) argument
390 evalcase(union node *n, int flags) argument
424 evalsubshell(union node *n, int flags) argument
674 evalcommand(union node *cmd, int flags, struct backcmd *backcmd) argument
[all...]
H A Dinput.c260 int flags = fcntl(0, F_GETFL, 0); local
261 if (flags >= 0 && flags & O_NONBLOCK) {
262 flags &=~ O_NONBLOCK;
263 if (fcntl(0, F_SETFL, flags) >= 0) {
H A Djobs.c1156 int flags = 0; local
1160 flags |= WUNTRACED;
1163 flags |= WNOHANG;
1164 return wait3(status, flags, (struct rusage *)NULL);
H A Doutput.c114 file->flags = 0;
154 dest->flags |= OUTPUT_ERR;
191 dest->flags |= OUTPUT_ERR;
252 strout.flags = 0;
255 if (strout.flags & OUTPUT_ERR)
265 * - The - and # flags are accepted; # only works with the o format.
H A Doutput.h47 short flags; member in struct:output
H A Dparser.c1262 int flags; local
1312 flags = 0;
1316 flags = VSNUL;
1343 flags |= VSQUOTE;
1344 *(stackblock() + typeloc) = subtype | flags;
H A Dredir.c107 redirect(union node *redir, int flags) argument
118 memory[1] = flags & REDIR_BACKQ;
119 if (flags & REDIR_PUSH) {
121 * flags & REDIR_PUSH is never true if REDIR_VFORK is set.
136 if ((flags & REDIR_PUSH) && sv->renamed[fd] == EMPTY) {
143 openredirect(n, memory, flags);
165 openredirect(n, memory, flags);
175 openredirect(union node *redir, char memory[10], int flags) argument
192 if (flags & REDIR_VFORK)
H A Dshow.c381 int flags; local
419 if ((flags = fcntl(fileno(tracefile), F_GETFL, 0)) >= 0)
420 fcntl(fileno(tracefile), F_SETFL, flags | O_APPEND);

Completed in 90 milliseconds

12345