Searched refs:access (Results 1 - 25 of 688) sorted by relevance

1234567891011>>

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_prepare.h27 glamor_prepare_access(DrawablePtr drawable, glamor_access_t access);
30 glamor_prepare_access_box(DrawablePtr drawable, glamor_access_t access,
37 glamor_prepare_access_picture(PicturePtr picture, glamor_access_t access);
40 glamor_prepare_access_picture_box(PicturePtr picture, glamor_access_t access,
H A Dglamor_prepare.c34 glamor_prep_pixmap_box(PixmapPtr pixmap, glamor_access_t access, BoxPtr box) argument
74 if (access == GLAMOR_ACCESS_RW)
119 priv->map_access = access;
185 glamor_prepare_access(DrawablePtr drawable, glamor_access_t access) argument
197 return glamor_prep_pixmap_box(pixmap, access, &box);
201 glamor_prepare_access_box(DrawablePtr drawable, glamor_access_t access, argument
213 return glamor_prep_pixmap_box(pixmap, access, &box);
227 glamor_prepare_access_picture(PicturePtr picture, glamor_access_t access) argument
232 return glamor_prepare_access(picture->pDrawable, access);
236 glamor_prepare_access_picture_box(PicturePtr picture, glamor_access_t access, argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_access.c26 /* This pass optimizes GL access qualifiers. So far it does three things:
194 if (var->data.access & ACCESS_CAN_REORDER)
197 unsigned access = var->data.access; local in function:process_variable
201 if (!(access & ACCESS_NON_WRITEABLE)) {
203 access |= ACCESS_NON_WRITEABLE;
204 else if ((access & ACCESS_RESTRICT) && !_mesa_set_search(state->vars_written, var))
205 access |= ACCESS_NON_WRITEABLE;
208 if (state->infer_non_readable && !(access & ACCESS_NON_READABLE)) {
210 access |
223 enum gl_access_qualifier access = nir_intrinsic_access(instr); local in function:update_access
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_bufferobjects.h59 st_access_flags_to_transfer_flags(GLbitfield access, bool wholeBuffer);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_file.h46 return access(path, mode);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_file.h46 return access(path, mode);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_winsys.h44 struct nouveau_bo *bo, uint32_t access)
46 nouveau_bufctx_refn(bufctx(push), bin, bo, access);
51 struct nouveau_bo *bo, uint32_t offset, uint32_t access)
54 bo, offset, access | NOUVEAU_BO_LOW, 0, 0)->priv = NULL;
60 struct nouveau_bo *bo, uint32_t access, uint32_t vor, uint32_t tor)
63 bo, 0, access | NOUVEAU_BO_OR, vor, tor)->priv = NULL;
72 struct nouveau_bo *bo, uint32_t data, uint32_t access,
76 bo, data, access | NOUVEAU_BO_OR, vor, tor)->priv = NULL;
85 struct nouveau_bo *bo, uint32_t data, uint32_t access,
90 bo, data, access | NOUVEAU_BO_O
43 PUSH_REFN(struct nouveau_pushbuf * push,int bin,struct nouveau_bo * bo,uint32_t access) argument
50 PUSH_MTHDl(struct nouveau_pushbuf * push,int subc,int mthd,int bin,struct nouveau_bo * bo,uint32_t offset,uint32_t access) argument
59 PUSH_MTHDo(struct nouveau_pushbuf * push,int subc,int mthd,int bin,struct nouveau_bo * bo,uint32_t access,uint32_t vor,uint32_t tor) argument
71 PUSH_MTHDs(struct nouveau_pushbuf * push,int subc,int mthd,int bin,struct nouveau_bo * bo,uint32_t data,uint32_t access,uint32_t vor,uint32_t tor) argument
84 PUSH_MTHD(struct nouveau_pushbuf * push,int subc,int mthd,int bin,struct nouveau_bo * bo,uint32_t data,uint32_t access,uint32_t vor,uint32_t tor) argument
103 PUSH_RESRC(struct nouveau_pushbuf * push,int subc,int mthd,int bin,struct nv04_resource * r,uint32_t data,uint32_t access,uint32_t vor,uint32_t tor) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_winsys.h44 struct nouveau_bo *bo, uint32_t access)
46 nouveau_bufctx_refn(bufctx(push), bin, bo, access);
51 struct nouveau_bo *bo, uint32_t offset, uint32_t access)
54 bo, offset, access | NOUVEAU_BO_LOW, 0, 0)->priv = NULL;
60 struct nouveau_bo *bo, uint32_t access, uint32_t vor, uint32_t tor)
63 bo, 0, access | NOUVEAU_BO_OR, vor, tor)->priv = NULL;
72 struct nouveau_bo *bo, uint32_t data, uint32_t access,
76 bo, data, access | NOUVEAU_BO_OR, vor, tor)->priv = NULL;
85 struct nouveau_bo *bo, uint32_t data, uint32_t access,
90 bo, data, access | NOUVEAU_BO_O
43 PUSH_REFN(struct nouveau_pushbuf * push,int bin,struct nouveau_bo * bo,uint32_t access) argument
50 PUSH_MTHDl(struct nouveau_pushbuf * push,int subc,int mthd,int bin,struct nouveau_bo * bo,uint32_t offset,uint32_t access) argument
59 PUSH_MTHDo(struct nouveau_pushbuf * push,int subc,int mthd,int bin,struct nouveau_bo * bo,uint32_t access,uint32_t vor,uint32_t tor) argument
71 PUSH_MTHDs(struct nouveau_pushbuf * push,int subc,int mthd,int bin,struct nouveau_bo * bo,uint32_t data,uint32_t access,uint32_t vor,uint32_t tor) argument
84 PUSH_MTHD(struct nouveau_pushbuf * push,int subc,int mthd,int bin,struct nouveau_bo * bo,uint32_t data,uint32_t access,uint32_t vor,uint32_t tor) argument
103 PUSH_RESRC(struct nouveau_pushbuf * push,int subc,int mthd,int bin,struct nv04_resource * r,uint32_t data,uint32_t access,uint32_t vor,uint32_t tor) argument
[all...]
/xsrc/external/mit/xf86-video-vmware/dist/saa/
H A Dsaa_unaccel.c57 * Finishes access to the tile in the GC, if used.
74 saa_access_t access; local in function:saa_check_fill_spans
79 if (saa_pad_write(pDrawable, NULL, FALSE, &access)) {
86 saa_fad_write(pDrawable, access);
97 saa_access_t access
101 if (saa_pad_write(pDrawable, NULL, FALSE, &access)) {
105 saa_fad_write(pDrawable, access);
117 saa_access_t access; local in function:saa_check_put_image
121 if (saa_pad_write(pDrawable, pGC, TRUE, &access)) {
126 saa_fad_write(pDrawable, access);
165 saa_access_t access = SAA_ACCESS_R; local in function:saa_check_copy_nton
227 saa_access_t access; local in function:saa_check_copy_area
258 saa_access_t access; local in function:saa_check_copy_plane
288 saa_access_t access; local in function:saa_check_poly_point
309 saa_access_t access; local in function:saa_check_poly_lines
336 saa_access_t access; local in function:saa_check_poly_segment
361 saa_access_t access; local in function:saa_check_poly_arc
406 saa_access_t access; local in function:saa_check_poly_fill_rect_noreadback
483 saa_access_t access; local in function:saa_check_poly_fill_rect
518 saa_access_t access; local in function:saa_check_image_glyph_blt
544 saa_access_t access; local in function:saa_check_poly_glyph_blt
570 saa_access_t access; local in function:saa_check_push_pixels
822 saa_prepare_composite_reg(ScreenPtr pScreen,CARD8 op,PicturePtr pSrc,PicturePtr pMask,PicturePtr pDst,INT16 xSrc,INT16 ySrc,INT16 xMask,INT16 yMask,INT16 xDst,INT16 yDst,CARD16 width,CARD16 height,RegionPtr src_region,RegionPtr mask_region,RegionPtr dst_region,saa_access_t * access) argument
933 saa_access_t access; local in function:saa_check_composite
980 saa_access_t access; local in function:saa_check_add_traps
[all...]
H A Dsaa.h94 saa_access_t access);
96 saa_access_t access);
98 saa_access_t access);
100 saa_access_t access);
143 saa_prepare_access_pixmap(PixmapPtr pix, saa_access_t access,
154 saa_access_t * access);
157 saa_finish_access_pixmap(PixmapPtr pix, saa_access_t access);
163 saa_fad_write(DrawablePtr draw, saa_access_t access);
/xsrc/external/mit/xorg-server/dist/hw/xquartz/bundle/
H A DInfo.plist.cpp38 <string>A process launched by APPLE_APPLICATION_NAME wants access to your calendar data.</string>
40 <string>A process launched by APPLE_APPLICATION_NAME wants access to your camera.</string>
42 <string>A process launched by APPLE_APPLICATION_NAME wants access to your contacts.</string>
44 <string>A process launched by APPLE_APPLICATION_NAME wants access to your location information, even when not in use.</string>
46 <string>A process launched by APPLE_APPLICATION_NAME wants access to your location information.</string>
48 <string>A process launched by APPLE_APPLICATION_NAME wants access to your location information when in use.</string>
50 <string>A process launched by APPLE_APPLICATION_NAME wants access to your microphone.</string>
52 <string>A process launched by APPLE_APPLICATION_NAME wants access to your reminders.</string>
/xsrc/external/mit/xorg-server.old/dist/test/xi2/
H A Dprotocol-common.h145 int __wrap_dixLookupWindow(WindowPtr *win, XID id, ClientPtr client, Mask access);
146 int __real_dixLookupWindow(WindowPtr *win, XID id, ClientPtr client, Mask access);
148 int __wrap_dixLookupClient(ClientPtr *c, XID id, ClientPtr client, Mask access);
149 int __real_dixLookupClient(ClientPtr *c, XID id, ClientPtr client, Mask access);
/xsrc/external/mit/xorg-server/dist/test/xi2/
H A Dprotocol-common.h150 Mask access);
152 Mask access);
154 int __wrap_dixLookupClient(ClientPtr *c, XID id, ClientPtr client, Mask access);
155 int __real_dixLookupClient(ClientPtr *c, XID id, ClientPtr client, Mask access);
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnouveau_local.h151 PUSH_REFN(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t access) argument
153 nouveau_bufctx_refn(BUFCTX(push), 0, bo, access);
158 struct nouveau_bo *bo, uint32_t offset, uint32_t access)
161 bo, offset, access | NOUVEAU_BO_LOW, 0, 0);
167 struct nouveau_bo *bo, uint32_t access, uint32_t vor, uint32_t tor)
170 bo, 0, access | NOUVEAU_BO_OR, vor, tor);
179 struct nouveau_bo *bo, uint32_t data, uint32_t access,
183 bo, data, access | NOUVEAU_BO_OR, vor, tor);
192 struct nouveau_bo *bo, uint32_t data, uint32_t access,
196 bo, data, access | NOUVEAU_BO_O
157 PUSH_MTHDl(struct nouveau_pushbuf * push,int subc,int mthd,struct nouveau_bo * bo,uint32_t offset,uint32_t access) argument
166 PUSH_MTHDo(struct nouveau_pushbuf * push,int subc,int mthd,struct nouveau_bo * bo,uint32_t access,uint32_t vor,uint32_t tor) argument
178 PUSH_MTHDs(struct nouveau_pushbuf * push,int subc,int mthd,struct nouveau_bo * bo,uint32_t data,uint32_t access,uint32_t vor,uint32_t tor) argument
191 PUSH_MTHD(struct nouveau_pushbuf * push,int subc,int mthd,struct nouveau_bo * bo,uint32_t data,uint32_t access,uint32_t vor,uint32_t tor) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dshaderimage.h76 * and access from the shader is allowed. Otherwise loads from this unit
87 GLboolean layered, GLint layer, GLenum access,
92 GLboolean layered, GLint layer, GLenum access,
97 GLboolean layered, GLint layer, GLenum access,
H A Dshaderimage.c521 GLenum access, GLenum format, bool check_level_layer)
545 if (access != GL_READ_ONLY &&
546 access != GL_WRITE_ONLY &&
547 access != GL_READ_WRITE) {
548 _mesa_error(ctx, GL_INVALID_VALUE, "glBindImageTexture(access)");
562 GLint level, GLboolean layered, GLint layer, GLenum access,
566 u->Access = access;
585 GLenum access, GLenum format)
594 set_image_binding(u, texObj, level, layered, layer, access, format);
599 GLboolean layered, GLint layer, GLenum access,
519 validate_bind_image_texture(struct gl_context * ctx,GLuint unit,GLuint texture,GLint level,GLint layer,GLenum access,GLenum format,bool check_level_layer) argument
561 set_image_binding(struct gl_image_unit * u,struct gl_texture_object * texObj,GLint level,GLboolean layered,GLint layer,GLenum access,GLenum format) argument
583 bind_image_texture(struct gl_context * ctx,struct gl_texture_object * texObj,GLuint unit,GLint level,GLboolean layered,GLint layer,GLenum access,GLenum format) argument
598 _mesa_BindImageTexture_no_error(GLuint unit,GLuint texture,GLint level,GLboolean layered,GLint layer,GLenum access,GLenum format) argument
613 _mesa_BindImageTexture(GLuint unit,GLuint texture,GLint level,GLboolean layered,GLint layer,GLenum access,GLenum format) argument
658 _mesa_BindImageTextureEXT(GLuint index,GLuint texture,GLint level,GLboolean layered,GLint layer,GLenum access,GLint format) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_pipe_control.c158 * memory operations performed from the caching domain \p access.
167 * previous access was performed from the same batch or a different one, but
185 enum iris_domain access)
211 * the previous access and invalidating the specified domain.
215 if (i != access) {
218 /* Invalidate unless the most recent read/write access from
220 * specified domain. Flush if the most recent access from
223 if (seqno > batch->coherent_seqnos[access][i]) {
224 bits |= invalidate_bits[access];
237 if (!iris_domain_is_read_only(access)) {
183 iris_emit_buffer_barrier_for(struct iris_batch * batch,struct iris_bo * bo,enum iris_domain access) argument
[all...]
H A Diris_batch.h196 bool writable, enum iris_domain access);
333 enum iris_domain access)
335 batch->coherent_seqnos[access][access] = batch->next_seqno - 1;
345 enum iris_domain access)
348 batch->coherent_seqnos[access][i] = batch->coherent_seqnos[i][i];
332 iris_batch_mark_flush_sync(struct iris_batch * batch,enum iris_domain access) argument
344 iris_batch_mark_invalidate_sync(struct iris_batch * batch,enum iris_domain access) argument
H A Diris_genx_macros.h56 !iris_domain_is_read_only(addr.access), addr.access);
147 .access = IRIS_DOMAIN_OTHER_READ };
151 rw_bo(struct iris_bo *bo, uint64_t offset, enum iris_domain access) argument
154 .access = access };
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_variables.c48 * boundary in our access chain in which case alignment is meaningless.
75 ptr->access |= ACCESS_NON_UNIFORM;
84 enum gl_access_qualifier access; member in struct:access_align
100 aa->access |= ACCESS_NON_UNIFORM;
117 /* If we're adding access flags, make a copy of the pointer. We could
121 if (aa.access & ~ptr->access) {
124 copy->access |= aa.access;
312 enum gl_access_qualifier access local in function:vtn_pointer_dereference
490 _vtn_local_load_store(struct vtn_builder * b,bool load,nir_deref_instr * deref,struct vtn_ssa_value * inout,enum gl_access_qualifier access) argument
546 vtn_local_load(struct vtn_builder * b,nir_deref_instr * src,enum gl_access_qualifier access) argument
562 vtn_local_store(struct vtn_builder * b,struct vtn_ssa_value * src,nir_deref_instr * dest,enum gl_access_qualifier access) argument
595 _vtn_variable_load_store(struct vtn_builder * b,bool load,struct vtn_pointer * ptr,enum gl_access_qualifier access,struct vtn_ssa_value ** inout) argument
693 vtn_variable_load(struct vtn_builder * b,struct vtn_pointer * src,enum gl_access_qualifier access) argument
702 vtn_variable_store(struct vtn_builder * b,struct vtn_ssa_value * src,struct vtn_pointer * dest,enum gl_access_qualifier access) argument
2223 vtn_get_mem_operands(struct vtn_builder * b,const uint32_t * w,unsigned count,unsigned * idx,SpvMemoryAccessMask * access,unsigned * alignment,SpvScope * dest_scope,SpvScope * src_scope) argument
2254 spv_access_to_gl_access(SpvMemoryAccessMask access) argument
2290 vtn_emit_make_visible_barrier(struct vtn_builder * b,SpvMemoryAccessMask access,SpvScope scope,enum vtn_variable_mode mode) argument
2302 vtn_emit_make_available_barrier(struct vtn_builder * b,SpvMemoryAccessMask access,SpvScope scope,enum vtn_variable_mode mode) argument
2317 enum gl_access_qualifier *access = void_ptr; local in function:ptr_nonuniform_workaround_cb
2399 enum gl_access_qualifier access = 0; local in function:vtn_handle_variables
2506 SpvMemoryAccessMask access; local in function:vtn_handle_variables
2548 SpvMemoryAccessMask access; local in function:vtn_handle_variables
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_bo.h226 zink_bo_usage_check_completion(struct zink_screen *screen, struct zink_bo *bo, enum zink_resource_access access) argument
228 if (access & ZINK_RESOURCE_ACCESS_READ && !zink_screen_usage_check_completion(screen, bo->reads))
230 if (access & ZINK_RESOURCE_ACCESS_WRITE && !zink_screen_usage_check_completion(screen, bo->writes))
236 zink_bo_usage_wait(struct zink_context *ctx, struct zink_bo *bo, enum zink_resource_access access) argument
238 if (access & ZINK_RESOURCE_ACCESS_READ)
240 if (access & ZINK_RESOURCE_ACCESS_WRITE)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_variables.c56 ssa->access |= ACCESS_NON_UNIFORM;
231 /* Dereference the given base pointer by the access chain */
238 enum gl_access_qualifier access = base->access | deref_chain->access; local in function:vtn_nir_deref_pointer_dereference
300 access |= type->access;
314 * a pointer which just has a block index and a later access chain
321 ptr->access = access;
396 enum gl_access_qualifier access = base->access; local in function:vtn_ssa_offset_pointer_dereference
638 _vtn_local_load_store(struct vtn_builder * b,bool load,nir_deref_instr * deref,struct vtn_ssa_value * inout,enum gl_access_qualifier access) argument
694 vtn_local_load(struct vtn_builder * b,nir_deref_instr * src,enum gl_access_qualifier access) argument
714 vtn_local_store(struct vtn_builder * b,struct vtn_ssa_value * src,nir_deref_instr * dest,enum gl_access_qualifier access) argument
805 _vtn_load_store_tail(struct vtn_builder * b,nir_intrinsic_op op,bool load,nir_ssa_def * index,nir_ssa_def * offset,unsigned access_offset,unsigned access_size,struct vtn_ssa_value ** inout,const struct glsl_type * type,enum gl_access_qualifier access) argument
870 _vtn_block_load_store(struct vtn_builder * b,nir_intrinsic_op op,bool load,nir_ssa_def * index,nir_ssa_def * offset,unsigned access_offset,unsigned access_size,struct vtn_type * type,enum gl_access_qualifier access,struct vtn_ssa_value ** inout) argument
1064 _vtn_variable_load_store(struct vtn_builder * b,bool load,struct vtn_pointer * ptr,enum gl_access_qualifier access,struct vtn_ssa_value ** inout) argument
2398 enum gl_access_qualifier access = 0; local in function:vtn_handle_variables
[all...]
/xsrc/external/mit/libXau/dist/include/X11/
H A DXauth.h74 #if __has_attribute(access)
75 # define XAU_ACCESS_ATTRIBUTE(X) __attribute__((access X))
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dshaderimage.h76 * and access from the shader is allowed. Otherwise loads from this unit
87 GLboolean layered, GLint layer, GLenum access,
92 GLboolean layered, GLint layer, GLenum access,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_local.h103 struct nouveau_bo *bo, uint32_t offset, uint32_t access)
106 bo, offset, access | NOUVEAU_BO_LOW, 0, 0);
112 struct nouveau_bo *bo, uint32_t data, uint32_t access,
116 bo, data, access | NOUVEAU_BO_OR, vor, tor);
126 struct nouveau_bo *bo, uint32_t data, uint32_t access,
130 bo, data, access | NOUVEAU_BO_OR, vor, tor);
132 if (access & NOUVEAU_BO_LOW)
135 if (access & NOUVEAU_BO_OR) {
102 PUSH_MTHDl(struct nouveau_pushbuf * push,int subc,int mthd,int bin,struct nouveau_bo * bo,uint32_t offset,uint32_t access) argument
111 PUSH_MTHDs(struct nouveau_pushbuf * push,int subc,int mthd,int bin,struct nouveau_bo * bo,uint32_t data,uint32_t access,uint32_t vor,uint32_t tor) argument
125 PUSH_MTHD(struct nouveau_pushbuf * push,int subc,int mthd,int bin,struct nouveau_bo * bo,uint32_t data,uint32_t access,uint32_t vor,uint32_t tor) argument

Completed in 25 milliseconds

1234567891011>>