HomeSort by: relevance | last modified time | path
    Searched defs:bundle (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
mir.c 330 * the instruction into a new bundle before/after the bundle of the instruction
338 midgard_bundle bundle = { local
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 */
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 of th
1163 struct midgard_bundle bundle = {}; local
1456 midgard_bundle bundle; local
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/mach-startup/
bundle-main.c 459 * the user double clicked the app bundle: launch app_to_run if possible
541 CFBundleRef bundle = CFBundleGetMainBundle(); local
542 if (bundle) {
543 CFStringRef pd = CFBundleGetIdentifier(bundle);
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/mach-startup/
bundle-main.c 414 * the user double clicked the app bundle: launch app_to_run if possible
461 CFBundleRef bundle = CFBundleGetMainBundle(); local
462 if(bundle) {
463 CFStringRef pd = CFBundleGetIdentifier(bundle);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
midgard_compile.c 417 /* Tag for the overall bundle */
420 /* Instructions contained by the bundle */
424 /* Bundle-wide ALU configuration */
2536 midgard_bundle bundle = { 0 }; local
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
2895 midgard_bundle bundle = schedule_bundle(ctx, block, ins, &skip); local
    [all...]

Completed in 10 milliseconds