| /xsrc/external/mit/pixman/dist/pixman/ |
| pixman-arm-detect-win32.asm | 3 export pixman_msvc_try_arm_simd_op
12 export pixman_msvc_try_arm_neon_op
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/ |
| 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 220 export = MIN2(export, export_buf(instr->alu.export)); 228 if (is_export(instr) && export_buf(instr->alu.export) != export [all...] |
| 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) {
|
| ir2_cp.c | 82 /* cp_export: replace mov to export when possible 198 p->alu.export = instr->alu.export;
|
| ir2_private.h | 129 /* export idx (-1 no export) */ 130 int8_t export; member in struct:ir2_instr::__anon3665::__anon3670 195 bool export, uint8_t export_writemask); 287 return instr->type == IR2_ALU && instr->alu.export >= 0;
|
| ir2_nir.c | 332 instr->alu.export = -1; 581 instr->alu.export = idx; 617 instr->alu.export = -1; 848 instr->alu.export = ctx->f->fragcoord; 853 instr->alu.export = ctx->f->fragcoord; 870 instr->alu.export = 32; 876 instr->alu.export = 33; 926 instr->alu.export = -1; 956 instr->alu.export = -1; 971 instr->alu.export = -1 [all...] |
| ir2_assemble.c | 139 /* register / export # for instr */ 144 return instr->alu.export; 261 bc->alu.export_data = instr_v->alu.export >= 0; 305 bc->alu.export_data = instr_s->alu.export >= 0; 456 /* export - fill alloc cf */ 458 /* get the export buffer from either vector/scalar dest */ 470 /* memory export always in 32/33 pair, new alloc on 32 */
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| 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 231 export = MIN2(export, export_buf(instr->alu.export)); 239 if (is_export(instr) && export_buf(instr->alu.export) != export [all...] |
| 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, 143 /* for export, don't allocate anything but set component layout */ 144 if (export) {
|
| ir2_cp.c | 88 /* cp_export: replace mov to export when possible 205 p->alu.export = instr->alu.export;
|
| ir2_private.h | 129 /* export idx (-1 no export) */ 130 int8_t export; member in struct:ir2_instr::__anon1184::__anon1189 195 bool export, uint8_t export_writemask); 296 return instr->type == IR2_ALU && instr->alu.export >= 0;
|
| ir2_nir.c | 339 instr->alu.export = -1; 589 instr->alu.export = idx; 626 instr->alu.export = -1; 861 instr->alu.export = ctx->f->fragcoord; 866 instr->alu.export = ctx->f->fragcoord; 883 instr->alu.export = 32; 889 instr->alu.export = 33; 939 instr->alu.export = -1; 969 instr->alu.export = -1; 984 instr->alu.export = -1 [all...] |
| ir2_assemble.c | 140 /* register / export # for instr */ 145 return instr->alu.export; 264 bc->alu.export_data = instr_v->alu.export >= 0; 306 bc->alu.export_data = instr_s->alu.export >= 0; 462 /* export - fill alloc cf */ 464 /* get the export buffer from either vector/scalar dest */ 475 /* memory export always in 32/33 pair, new alloc on 32 */
|
| /xsrc/external/mit/xinit/dist/ |
| 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/ |
| 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 1425 if (!export) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| 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 suballocated BOs. * 1939 struct bo_export *export = calloc(1, sizeof(*export)); local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| 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 1652 if (!export) [all...] |
| /xsrc/external/mit/xedit/dist/lisp/ |
| package.c | 159 LispObj *package, LispObj *symbol, int export) 162 if (!export) { 170 symbol->data.atom->ext = export ? 1 : 0; 182 atom->ext = export ? 1 : 0; 495 export symbols &optional package 511 /* Export symbols */ 554 /* Export symbols */ 840 /* Export symbols */
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| anv_queue.c | 408 /* BO fences don't support import/export */ 898 unreachable("Invalid fence export handle type"); 903 * "Export operations have the same transference as the specified handle 932 const VkExportSemaphoreCreateInfo *export = local 935 export ? export->handleTypes : 0; 1181 * 1) The user is trying to export without submitting something that 1219 * "Export operations have the same transference as the specified handle
|
| /xsrc/external/mit/xedit/dist/lisp/modules/ |
| lisp.lsp | 36 (export '(
|
| syntax.lsp | 44 (export *syntax-symbols*)
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| anv_queue.c | 910 * submission to i915. Because we might want to export the semaphore right 2099 * export to a sync FD when we use a thread for submission. 2149 unreachable("Invalid fence export handle type"); 2154 * "Export operations have the same transference as the specified handle 2238 const VkExportSemaphoreCreateInfo *export = local 2241 export ? export->handleTypes : 0; 2522 * "Export operations have the same transference as the specified handle
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| radv_device.c | 3684 const VkExportFenceCreateInfo *export = local 3687 export ? export->handleTypes : 0; 3973 const VkExportSemaphoreCreateInfo *export = local 3976 export ? export->handleTypes : 0; 3985 /* create a syncobject if we are going to export this semaphore */
|
| /xsrc/external/mit/xedit/dist/lisp/test/ |
| list.lsp | 739 (eq-eval t '(export 'just-testing::nil 'just-testing)) 1651 (eq-eval t '(export (find-symbol "SAMPLE1" "PK1") "PK1"))
|