| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | shmint.h | 68 Bool writable; member in struct:_ShmDesc
|
| H A D | shm.c | 146 if (needwrite && !shmdesc->writable) \ 390 if (!stuff->readOnly && !shmdesc->writable) 420 shmdesc->writable = !stuff->readOnly; 1187 shmdesc->writable = !stuff->readOnly; 1304 shmdesc->writable = !stuff->readOnly;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_resource.c | 47 sf->base.writable = templ->writable;
|
| H A D | nv50_miptree.c | 481 ps->writable = templ->writable;
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | io.h | 59 unsigned int writable : 1; member in struct:_LispFile
|
| H A D | io.c | 200 file->writable = (mode & WRITE_BIT) != 0; 288 if (file->writable && file->length) { 331 if (file->writable) { 374 if (file->writable) { 510 if (file->writable) { 559 if (!file->writable || size < 0)
|
| H A D | stream.c | 222 return (stream->data.stream.readable || stream->data.stream.writable ? 238 return (stream->data.stream.writable ? T : NIL); 464 if (stream->data.stream.readable || stream->data.stream.writable) { 465 stream->data.stream.readable = stream->data.stream.writable = 0; 624 !string_output_stream->data.stream.writable)
|
| H A D | internal.h | 342 if (!object->data.string.writable) \ 572 unsigned int writable : 1; member in struct:_LispObj::__anon0d52a560020a::__anon0d52a5600308 623 unsigned int writable : 1; member in struct:_LispObj::__anon0d52a560020a::__anon0d52a5600b08
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_surface.c | 79 surf->base.writable = templat->writable; /* what is this for anyway */
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_resource.c | 56 sf->base.writable = templ->writable;
|
| H A D | nv50_miptree.c | 483 ps->writable = templ->writable;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_batch.c | 251 bool writable) 256 * about the order of any writes to that buffer, and marking it writable 261 writable = false; 267 /* The BO is already in the validation list; mark it writable */ 268 if (writable) 297 ((other_entry->flags & EXEC_OBJECT_WRITE) || writable)) { 322 .flags = bo->kflags | (writable ? EXEC_OBJECT_WRITE : 0), 249 iris_use_pinned_bo(struct iris_batch * batch,struct iris_bo * bo,bool writable) argument
|
| H A D | iris_batch.h | 149 bool writable);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_batch.c | 274 add_bo_to_batch(struct iris_batch *batch, struct iris_bo *bo, bool writable) argument 282 if (writable) 296 bool writable) 324 (writable || BITSET_TEST(other_batch->bos_written, other_index))) 338 bool writable, enum iris_domain access) 344 * about the order of any writes to that buffer, and marking it writable 360 flush_for_cross_batch_dependencies(batch, bo, writable); 363 add_bo_to_batch(batch, bo, writable); 364 } else if (writable && !BITSET_TEST(batch->bos_written, existing_index)) { 365 flush_for_cross_batch_dependencies(batch, bo, writable); 294 flush_for_cross_batch_dependencies(struct iris_batch * batch,struct iris_bo * bo,bool writable) argument 336 iris_use_pinned_bo(struct iris_batch * batch,struct iris_bo * bo,bool writable,enum iris_domain access) argument [all...] |
| H A D | iris_batch.h | 196 bool writable, enum iris_domain access);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_surface.c | 118 surf->base.writable = templat->writable; /* what is this for anyway */
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_batch.c | 307 crocus_use_bo(struct crocus_batch *batch, struct crocus_bo *bo, bool writable) argument 315 /* The BO is already in the validation list; mark it writable */ 316 if (writable) 347 ((other_entry->flags & EXEC_OBJECT_WRITE) || writable)) { 365 .flags = bo->kflags | (writable ? EXEC_OBJECT_WRITE : 0), 388 bool writable = reloc_flags & RELOC_WRITE; local in function:emit_reloc 391 crocus_use_bo(batch, target, writable);
|
| H A D | crocus_batch.h | 204 bool writable);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_state.h | 439 unsigned writable:1; /**< writable shader resource */ member in struct:pipe_surface
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/ |
| H A D | resource.cpp | 105 info.writable = rw;
|
| /xsrc/external/mit/libxshmfence/dist/ |
| H A D | configure.ac | 144 AC_ARG_WITH(shared-memory-dir, AS_HELP_STRING([--with-shared-memory-dir=PATH], [Path to directory in a world-writable temporary directory for anonymous shared memory (default: auto)]),
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/ |
| H A D | resource.cpp | 144 info.writable = rw;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_state.h | 451 unsigned writable:1; /**< writable shader resource */ member in struct:pipe_surface
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | shm.c | 98 Bool writable; member in struct:_ShmDesc 156 if (needwrite && !shmdesc->writable) \ 403 if (!stuff->readOnly && !shmdesc->writable) 433 shmdesc->writable = !stuff->readOnly;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_build.c | 306 unsigned writable, 316 di.Writable = writable; 303 tgsi_build_declaration_image(unsigned texture,unsigned format,unsigned raw,unsigned writable,struct tgsi_declaration * declaration,struct tgsi_header * header) argument
|