| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-arm-detect-win32.asm | 3 export pixman_msvc_try_arm_simd_op
12 export pixman_msvc_try_arm_neon_op
|
| /xsrc/external/mit/freetype/dist/builds/windows/ |
| H A D | w32-wat.mk | 15 # redefine export symbol definitions 18 EXPORTS_OPTIONS = -\"export @$(EXPORTS_LIST)\"-
|
| H A D | w32-bcc.mk | 15 # default definitions of the export list
|
| H A D | w32-gcc.mk | 15 # default definitions of the export list
|
| H A D | w32-icc.mk | 15 # default definitions of the export list
|
| H A D | w32-intl.mk | 15 # default definitions of the export list
|
| H A D | w32-mingw32.mk | 15 # default definitions of the export list
|
| H A D | w32-vcc.mk | 15 # definitions of the export list
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2.c | 51 /* must write to same export (issues otherwise?) */ 52 return a->alu.export == b->alu.export; 130 if (s->instr->type != IR2_ALU || s->instr->alu.export >= 0) 194 ins->alu.export = -1; 212 instr_alloc_type_t export = ~0u; local in function:sched_next 220 export = MIN2(export, export_buf(instr->alu.export)); 228 if (is_export(instr) && export_buf(instr->alu.export) ! [all...] |
| H A D | ir2_ra.c | 51 return instr->alu.export >= 0; 133 bool export, uint8_t export_writemask) 135 /* for export, don't allocate anything but set component layout */ 136 if (export) { 132 ra_reg(struct ir2_context * ctx,struct ir2_reg * reg,int force_idx,bool export,uint8_t export_writemask) argument
|
| H A D | ir2_cp.c | 82 /* cp_export: replace mov to export when possible 198 p->alu.export = instr->alu.export;
|
| H A D | ir2_private.h | 129 /* export idx (-1 no export) */ 130 int8_t export; 195 bool export, uint8_t export_writemask); 287 return instr->type == IR2_ALU && instr->alu.export >= 0;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2.c | 53 /* must write to same export (issues otherwise?) */ 54 return a->alu.export == b->alu.export; 134 if (s->instr->type != IR2_ALU || s->instr->alu.export >= 0) 204 ins->alu.export = -1; 223 instr_alloc_type_t export = ~0u; local in function:sched_next 231 export = MIN2(export, export_buf(instr->alu.export)); 239 if (is_export(instr) && export_buf(instr->alu.export) ! [all...] |
| H A D | ir2_ra.c | 52 return instr->alu.export >= 0; 140 ra_reg(struct ir2_context *ctx, struct ir2_reg *reg, int force_idx, bool export, argument 143 /* for export, don't allocate anything but set component layout */ 144 if (export) {
|
| H A D | ir2_cp.c | 88 /* cp_export: replace mov to export when possible 205 p->alu.export = instr->alu.export;
|
| H A D | ir2_private.h | 129 /* export idx (-1 no export) */ 130 int8_t export; 195 bool export, uint8_t export_writemask); 296 return instr->type == IR2_ALU && instr->alu.export >= 0;
|
| /xsrc/external/mit/xinit/dist/ |
| H A D | startx.cpp | 54 XCOMM Bourne shell does not automatically export modified environment variables 55 XCOMM so export the new PATH just in case the user changes the shell 56 export PATH 79 export X11_PREFS_DOMAIN=$bundle_id_prefix".X11" 260 export XAUTHORITY
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_bufmgr.c | 127 /** File descriptor associated with a handle export. */ 614 list_for_each_entry_safe(struct bo_export, export, &bo->exports, link) { 615 struct drm_gem_close close = { .handle = export->gem_handle }; 616 intel_ioctl(export->drm_fd, DRM_IOCTL_GEM_CLOSE, &close); 618 list_del(&export->link); 619 free(export); 1410 /* Only add the new GEM handle to the list of export if it belongs to a 1424 struct bo_export *export = calloc(1, sizeof(*export)); local in function:crocus_bo_export_gem_handle_for_device 1425 if (!export) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/ |
| H A D | mapi_abi.py | 267 export = self.api_call if not ent.hidden else '' 269 decls.append(self._c_decl(ent, prefix, True, export) + ';') 305 def _c_decl(self, ent, prefix, mangle=False, export=''): 309 if export: 310 decl = export + ' ' + decl 333 export = self.api_call if not ent.hidden else '' 335 proto = self._c_decl(ent, prefix, True, export)
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/ |
| H A D | mapi_abi.py | 265 export = self.api_call if not ent.hidden else '' 267 decls.append(self._c_decl(ent, prefix, True, export) + ';') 303 def _c_decl(self, ent, prefix, mangle=False, export=''): 307 if export: 308 decl = export + ' ' + decl 331 export = self.api_call if not ent.hidden else '' 333 proto = self._c_decl(ent, prefix, True, export)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_bufmgr.c | 159 /** File descriptor associated with a handle export. */ 1243 list_for_each_entry_safe(struct bo_export, export, &bo->real.exports, link) { 1244 struct drm_gem_close close = { .handle = export->gem_handle }; 1245 intel_ioctl(export->drm_fd, DRM_IOCTL_GEM_CLOSE, &close); 1247 list_del(&export->link); 1248 free(export); 1829 /* We cannot export suballocated BOs. */ 1850 /* We cannot export suballocated BOs. */ 1868 /* We cannot export suballocated BOs. */ 1883 /* We cannot export suballocate 1939 struct bo_export *export = calloc(1, sizeof(*export)); local in function:iris_bo_export_gem_handle_for_device [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_bufmgr.c | 156 /** File descriptor associated with a handle export. */ 928 list_for_each_entry_safe(struct bo_export, export, &bo->exports, link) { 929 struct drm_gem_close close = { .handle = export->gem_handle }; 930 intel_ioctl(export->drm_fd, DRM_IOCTL_GEM_CLOSE, &close); 932 list_del(&export->link); 933 free(export); 1638 /* Only add the new GEM handle to the list of export if it belongs to a 1651 struct bo_export *export = calloc(1, sizeof(*export)); local in function:brw_bo_export_gem_handle_for_device 1652 if (!export) [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/drivers/ |
| H A D | svga3d.rst | 106 export TOP=$PWD 154 export LIBDIR=/usr/lib/i386-linux-gnu 160 export LIBDIR=/usr/lib/x86_64-linux-gnu 166 export LIBDIR=/usr/lib 172 export LIBDIR=/usr/lib64 307 export LIBGL_DEBUG=verbose
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | releasing.rst | 232 export LD_LIBRARY_PATH=`pwd`/test/usr/local/lib/:"${__old_ld}" 233 export LIBGL_DRIVERS_PATH=`pwd`/test/usr/local/lib/dri/ 234 export LIBGL_DEBUG=verbose 239 export LIBGL_ALWAYS_SOFTWARE=true 244 export LIBGL_ALWAYS_SOFTWARE=true 245 export GALLIUM_DRIVER=softpipe 252 test "x$__old_ld" != 'x' && export LD_LIBRARY_PATH="$__old_ld" && unset __old_ld 257 export VK_ICD_FILENAMES=`pwd`/test/usr/local/share/vulkan/icd.d/intel_icd.x86_64.json
|
| H A D | application-issues.rst | 40 export MESA_EXTENSION_MAX_YEAR=2001
|