| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | midgard_ra_pipeline.c | 30 * of the current bundle. If it is not, it is promoted to a bundle-specific 34 * pipeline (vmul/sadd) lasting the duration of the bundle only. There are two 45 midgard_bundle *bundle, unsigned i, 48 midgard_instruction *ins = bundle->instructions[i]; 51 * created at the start of the bundle and are destroyed at the end. So 55 * 2. The index is not live after the bundle. 59 * creation of the bundle, so the pipeline register can exist. #2 is 73 /* Analyze the bundle for a per-byte read mask */ 75 for (unsigned j = 0; j < bundle 42 mir_pipeline_ins(compiler_context * ctx,midgard_block * block,midgard_bundle * bundle,unsigned i,unsigned pipeline_count) argument [all...] |
| H A D | midgard_emit.c | 412 mir_can_run_ooo(midgard_block *block, midgard_bundle *bundle, argument 416 if (bundle >= (midgard_bundle *) ((char *) block->bundles.data + block->bundles.size)) 420 if (!IS_ALU(bundle->tag) && bundle->tag != TAG_LOAD_STORE_4) 425 for (unsigned i = 0; i < bundle->instruction_count; ++i) { 426 midgard_instruction *ins = bundle->instructions[i]; 439 mir_pack_tex_ooo(midgard_block *block, midgard_bundle *bundle, midgard_instruction *ins) argument 444 if (!mir_can_run_ooo(block, bundle + count + 1, ins->dest)) 738 midgard_bundle *bundle, 755 is_tilebuf_wait ? bundle 735 emit_branch(midgard_instruction * ins,compiler_context * ctx,midgard_block * block,midgard_bundle * bundle,struct util_dynarray * emission) argument 845 emit_alu_bundle(compiler_context * ctx,midgard_block * block,midgard_bundle * bundle,struct util_dynarray * emission,unsigned lookahead) argument 959 emit_binary_bundle(compiler_context * ctx,midgard_block * block,midgard_bundle * bundle,struct util_dynarray * emission,int next_tag) argument [all...] |
| H A D | midgard_schedule.c | 44 * A bundle can optionally have 128-bits of embedded constants, shared across 45 * all of the instructions within a bundle. 49 * within the same bundle they are consumed. 52 * same bundle as the branch, with no hanging dependencies. 255 /* How many bytes does this ALU instruction add to the bundle? */ 270 /* We would like to flatten the linked list of midgard_instructions in a bundle 357 /* State for bundle constants. constants is the actual constants 358 * for the bundle. constant_count is the number of bytes (up to 790 * best bundle type (ALU, load/store, texture). Nondestructive. */ 799 /* At the moment, our algorithm is very simple - use the bundle o 1163 struct midgard_bundle bundle = {}; local in function:mir_schedule_alu 1456 midgard_bundle bundle; local in function:schedule_block [all...] |
| H A D | midgard_print.c | 292 mir_foreach_bundle_in_block(block, bundle) { 293 for (unsigned i = 0; i < bundle->instruction_count; ++i) 294 mir_print_instruction(bundle->instructions[i]);
|
| H A D | mir.c | 330 * the instruction into a new bundle before/after the bundle of the instruction 338 midgard_bundle bundle = { local in function:mir_bundle_for_op 344 if (bundle.tag == TAG_ALU_4) { 349 bundle.padding = ~(bytes_emitted - 1) & 0xF; 350 bundle.control = ins.type | u->unit; 353 return bundle; 404 /* We need to grow the bundles array to add our new bundle */ 408 /* Find the bundle that we want to insert after */
|
| H A D | compiler.h | 209 /* Tag for the overall bundle */ 212 /* Instructions contained by the bundle. instruction_count <= 6 (vmul, 442 mir_is_alu_bundle(midgard_bundle *bundle) argument 444 return IS_ALU(bundle->tag); 656 midgard_bundle *bundle,
|
| H A D | midgard_compile.c | 3202 util_dynarray_foreach(&block->bundles, midgard_bundle, bundle) { 3203 source_order_bundles[bundle_idx++] = bundle; 3215 mir_foreach_bundle_in_block(block, bundle) { 3218 if (!bundle->last_writeout && (current_bundle + 1 < bundle_count)) 3221 emit_binary_bundle(ctx, block, bundle, binary, lookahead);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/ |
| H A D | midgard_compile.c | 417 /* Tag for the overall bundle */ 420 /* Instructions contained by the bundle */ 2536 midgard_bundle bundle = { 0 }; local in function:schedule_bundle 2541 bundle.tag = tag; 2657 * bundle possible; if we have more, we must 2661 if (bundle.has_embedded_constants) { 2667 if (memcmp(bundle.constants, ains->constants, sizeof(bundle.constants))) 2670 bundle.has_embedded_constants = true; 2671 memcpy(bundle 2895 midgard_bundle bundle = schedule_bundle(ctx, block, ins, &skip); local in function:schedule_block 2928 emit_binary_bundle(compiler_context * ctx,midgard_bundle * bundle,struct util_dynarray * emission,int next_tag) argument [all...] |
| /xsrc/external/mit/xinit/dist/ |
| H A D | configure.ac | 110 AC_ARG_WITH(launchd-id-prefix, AS_HELP_STRING([--with-launchd-id-prefix=PATH], [Deprecated: Use --with-bundle-id-prefix.]), 113 AC_ARG_WITH(bundle-id-prefix, AS_HELP_STRING([--with-bundle-id-prefix=PATH], [Prefix to use for bundle identifiers (default: org.x)]),
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.1.4.rst | 90 - pan/mdg: Add a bundle ID to instructions 93 - pan/mdg: Fix reading a spilt register in the bundle it's written
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/mach-startup/ |
| H A D | bundle-main.c | 414 * the user double clicked the app bundle: launch app_to_run if possible 461 CFBundleRef bundle = CFBundleGetMainBundle(); local in function:setup_env 462 if(bundle) { 463 CFStringRef pd = CFBundleGetIdentifier(bundle);
|
| H A D | Makefile.in | 75 dist_X11_bin_OBJECTS = bundle-main.$(OBJEXT) 439 bundle-main.c 583 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bundle-main.Po@am__quote@
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/mach-startup/ |
| H A D | bundle-main.c | 459 * the user double clicked the app bundle: launch app_to_run if possible 541 CFBundleRef bundle = CFBundleGetMainBundle(); local in function:setup_env 542 if (bundle) { 543 CFStringRef pd = CFBundleGetIdentifier(bundle);
|
| H A D | Makefile.in | 138 dist_X11_bin_OBJECTS = bundle-main.$(OBJEXT) 175 am__depfiles_remade = ./$(DEPDIR)/bundle-main.Po \ 570 bundle-main.c 759 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bundle-main.Po@am__quote@ # am--include-marker 931 -rm -f ./$(DEPDIR)/bundle-main.Po 982 -rm -f ./$(DEPDIR)/bundle-main.Po
|
| /xsrc/external/mit/xorg-server/dist/ |
| H A D | Makefile.am | 186 hw/xquartz/bundle/meson.build \
|
| H A D | configure.ac | 509 AC_ARG_WITH(bundle-id-prefix, AS_HELP_STRING([--with-bundle-id-prefix=RDNS_PREFIX], [Prefix to use for bundle identifiers (default: org.x)]), 512 AC_DEFINE_UNQUOTED(BUNDLE_ID_PREFIX, "$BUNDLE_ID_PREFIX", [Prefix to use for bundle identifiers]) 514 AC_ARG_WITH(bundle-version, AS_HELP_STRING([--with-bundle-version=VERSION], [Version to use for X11.app's CFBundleVersion (default: ]DEFAULT_BUNDLE_VERSION[)]), 518 AC_ARG_WITH(bundle-version-string, AS_HELP_STRING([--with-bundle-version-string=VERSION], [Version to use for X11.app's CFBundleShortVersionString (default: ]AC_PACKAGE_VERSION[)]), 2366 hw/xquartz/bundle/Makefile
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/bundle/ |
| H A D | Makefile.in | 101 subdir = hw/xquartz/bundle 497 chown-bundle.sh \ 668 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign hw/xquartz/bundle/Makefile'; \ 670 $(AUTOMAKE) --foreign hw/xquartz/bundle/Makefile
|
| H A D | Makefile.am | 27 chown-bundle.sh \
|
| /xsrc/external/mit/freetype/dist/builds/cmake/ |
| H A D | iOS.cmake | 123 "-bundle -headerpad_max_install_names")
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/bundle/ |
| H A D | Makefile.in | 45 subdir = hw/xquartz/bundle 497 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign hw/xquartz/bundle/Makefile'; \ 499 $(AUTOMAKE) --foreign hw/xquartz/bundle/Makefile
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | dix-config.h.in | 107 /* Prefix to use for bundle identifiers */
|
| H A D | do-not-use-config.h.in | 21 /* Prefix to use for bundle identifiers */
|
| /xsrc/external/mit/libxkbui/dist/ |
| H A D | aclocal.m4 | 3087 _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 3094 _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 3100 _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 3103 _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 5853 _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 5856 _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 5862 _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 5865 _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
|
| /xsrc/external/mit/xf86-video-imstt/dist/ |
| H A D | aclocal.m4 | 3087 _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 3094 _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 3100 _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 3103 _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 5853 _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 5856 _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 5862 _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 5865 _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
|
| /xsrc/external/mit/xf86-video-nsc/dist/ |
| H A D | aclocal.m4 | 3087 _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 3094 _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 3100 _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 3103 _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 5856 _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 5859 _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}' 5865 _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags' 5868 _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
|