Searched refs:copies (Results 1 - 25 of 664) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_copy_prop_vars.c8 * and/or sell copies of the Software, and to permit persons to whom the
12 * paragraph) shall be included in all copies or substantial portions of the
266 copy_entry_create(struct util_dynarray *copies, argument
272 util_dynarray_append(copies, struct copy_entry, new_entry);
273 return util_dynarray_top_ptr(copies, struct copy_entry);
277 * size. If used inside an iteration on copies, it must be a reverse
282 copy_entry_remove(struct util_dynarray *copies, argument
288 *entry = util_dynarray_pop(copies, struct copy_entry);
301 lookup_entry_for_deref(struct util_dynarray *copies, argument
306 util_dynarray_foreach(copies, struc
319 lookup_entry_and_kill_aliases(struct util_dynarray * copies,nir_deref_instr * deref,unsigned write_mask) argument
362 kill_aliases(struct util_dynarray * copies,nir_deref_instr * deref,unsigned write_mask) argument
375 get_entry_and_kill_aliases(struct util_dynarray * copies,nir_deref_instr * deref,unsigned write_mask) argument
391 apply_barrier_for_modes(struct util_dynarray * copies,nir_variable_mode modes) argument
690 invalidate_copies_for_cf_node(struct copy_prop_var_state * state,struct util_dynarray * copies,nir_cf_node * cf_node) argument
761 dump_copy_entries(struct util_dynarray * copies) argument
769 copy_prop_vars_block(struct copy_prop_var_state * state,nir_builder * b,nir_block * block,struct util_dynarray * copies) argument
1025 copy_prop_vars_cf_node(struct copy_prop_var_state * state,struct util_dynarray * copies,nir_cf_node * cf_node) argument
[all...]
/xsrc/external/mit/xkbprint/dist/
H A Dxkbprint.h10 notice appear in all copies and that both that copyright
41 int copies; member in struct:_XKBPrintArgs
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_copy_prop_vars.c8 * and/or sell copies of the Software, and to permit persons to whom the
12 * paragraph) shall be included in all copies or substantial portions of the
314 copy_entry_create(struct util_dynarray *copies, argument
320 util_dynarray_append(copies, struct copy_entry, new_entry);
321 return util_dynarray_top_ptr(copies, struct copy_entry);
325 * size. If used inside an iteration on copies, it must be a reverse
330 copy_entry_remove(struct util_dynarray *copies, argument
334 util_dynarray_pop_ptr(copies, struct copy_entry);
350 struct util_dynarray *copies,
356 util_dynarray_foreach(copies, struc
349 lookup_entry_for_deref(struct copy_prop_var_state * state,struct util_dynarray * copies,nir_deref_and_path * deref,nir_deref_compare_result allowed_comparisons,bool * equal) argument
374 lookup_entry_and_kill_aliases(struct copy_prop_var_state * state,struct util_dynarray * copies,nir_deref_and_path * deref,unsigned write_mask) argument
421 kill_aliases(struct copy_prop_var_state * state,struct util_dynarray * copies,nir_deref_and_path * deref,unsigned write_mask) argument
435 get_entry_and_kill_aliases(struct copy_prop_var_state * state,struct util_dynarray * copies,nir_deref_and_path * deref,unsigned write_mask) argument
452 apply_barrier_for_modes(struct util_dynarray * copies,nir_variable_mode modes) argument
747 invalidate_copies_for_cf_node(struct copy_prop_var_state * state,struct util_dynarray * copies,nir_cf_node * cf_node) argument
819 dump_copy_entries(struct util_dynarray * copies) argument
827 copy_prop_vars_block(struct copy_prop_var_state * state,nir_builder * b,nir_block * block,struct util_dynarray * copies) argument
1209 copy_prop_vars_cf_node(struct copy_prop_var_state * state,struct util_dynarray * copies,nir_cf_node * cf_node) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_fmt_def.inc8 * license, and/or sell copies of the Software, and to permit persons to whom
12 * paragraph) shall be included in all copies or substantial portions of the
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_fmt_def.inc8 * license, and/or sell copies of the Software, and to permit persons to whom
12 * paragraph) shall be included in all copies or substantial portions of the
/xsrc/external/mit/freetype/dist/src/bdf/
H A Dmodule.mk12 # copies of the Software, and to permit persons to whom the Software is
16 # all copies or substantial portions of the Software.
/xsrc/external/mit/freetype/dist/src/pcf/
H A Dmodule.mk12 # copies of the Software, and to permit persons to whom the Software is
16 # all copies or substantial portions of the Software.
/xsrc/external/mit/xinit/dist/launchd/privileged_startx/
H A D20-font_cache.cpp8 XCOMM publish, distribute, sublicense, and/or sell copies of the Software,
13 XCOMM included in all copies or substantial portions of the Software.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A DAndroid.mk7 # and/or sell copies of the Software, and to permit persons to whom the
11 # in all copies or substantial portions of the Software.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A DAndroid.mk7 # and/or sell copies of the Software, and to permit persons to whom the
11 # in all copies or substantial portions of the Software.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
H A DAndroid.mk10 # and/or sell copies of the Software, and to permit persons to whom the
14 # in all copies or substantial portions of the Software.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/
H A DAndroid.mk10 # and/or sell copies of the Software, and to permit persons to whom the
14 # in all copies or substantial portions of the Software.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/etnaviv/drm/
H A DAndroid.mk7 # and/or sell copies of the Software, and to permit persons to whom the
11 # in all copies or substantial portions of the Software.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/freedreno/drm/
H A DAndroid.mk7 # and/or sell copies of the Software, and to permit persons to whom the
11 # in all copies or substantial portions of the Software.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/i915/drm/
H A DAndroid.mk10 # and/or sell copies of the Software, and to permit persons to whom the
14 # in all copies or substantial portions of the Software.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/iris/drm/
H A DAndroid.mk9 # and/or sell copies of the Software, and to permit persons to whom the
13 # in all copies or substantial portions of the Software.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/kmsro/drm/
H A DAndroid.mk7 # and/or sell copies of the Software, and to permit persons to whom the
11 # in all copies or substantial portions of the Software.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/lima/drm/
H A DAndroid.mk7 # and/or sell copies of the Software, and to permit persons to whom the
11 # in all copies or substantial portions of the Software.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/nouveau/drm/
H A DAndroid.mk10 # and/or sell copies of the Software, and to permit persons to whom the
14 # in all copies or substantial portions of the Software.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/panfrost/drm/
H A DAndroid.mk7 # and/or sell copies of the Software, and to permit persons to whom the
11 # in all copies or substantial portions of the Software.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/radeon/drm/
H A DAndroid.mk10 # and/or sell copies of the Software, and to permit persons to whom the
14 # in all copies or substantial portions of the Software.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/
H A DAndroid.mk10 # and/or sell copies of the Software, and to permit persons to whom the
14 # in all copies or substantial portions of the Software.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/dri/
H A DAndroid.mk10 # and/or sell copies of the Software, and to permit persons to whom the
14 # in all copies or substantial portions of the Software.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/kms-dri/
H A DAndroid.mk8 # and/or sell copies of the Software, and to permit persons to whom the
12 # in all copies or substantial portions of the Software.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/v3d/drm/
H A DAndroid.mk7 # and/or sell copies of the Software, and to permit persons to whom the
11 # in all copies or substantial portions of the Software.

Completed in 20 milliseconds

1234567891011>>