Searched refs:writable (Results 1 - 25 of 46) sorted by relevance

12

/xsrc/external/mit/xorg-server/dist/Xext/
H A Dshmint.h68 Bool writable; member in struct:_ShmDesc
H A Dshm.c146 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 Dnv50_resource.c47 sf->base.writable = templ->writable;
H A Dnv50_miptree.c481 ps->writable = templ->writable;
/xsrc/external/mit/xedit/dist/lisp/
H A Dio.h59 unsigned int writable : 1; member in struct:_LispFile
H A Dio.c200 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 Dstream.c222 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 Dinternal.h342 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 Detnaviv_surface.c79 surf->base.writable = templat->writable; /* what is this for anyway */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_resource.c56 sf->base.writable = templ->writable;
H A Dnv50_miptree.c483 ps->writable = templ->writable;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_batch.c251 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 Diris_batch.h149 bool writable);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_batch.c274 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 Diris_batch.h196 bool writable, enum iris_domain access);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_surface.c118 surf->base.writable = templat->writable; /* what is this for anyway */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_batch.c307 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 Dcrocus_batch.h204 bool writable);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_state.h439 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 Dresource.cpp105 info.writable = rw;
/xsrc/external/mit/libxshmfence/dist/
H A Dconfigure.ac144 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 Dresource.cpp144 info.writable = rw;
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_state.h451 unsigned writable:1; /**< writable shader resource */ member in struct:pipe_surface
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dshm.c98 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 Dtgsi_build.c306 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

Completed in 36 milliseconds

12