/third_party/mesa3d/src/panfrost/midgard/ |
H A D | mir.c | 365 midgard_bundle *bundles = in mir_bundle_idx_for_ins() local 366 (midgard_bundle *) block->bundles.data; in mir_bundle_idx_for_ins() 368 size_t count = (block->bundles.size / sizeof(midgard_bundle)); in mir_bundle_idx_for_ins() 371 for (unsigned j = 0; j < bundles[i].instruction_count; ++j) { in mir_bundle_idx_for_ins() 372 if (bundles[i].instructions[j] == tag) in mir_bundle_idx_for_ins() 389 size_t count = util_dynarray_num_elements(&block->bundles, midgard_bundle); in mir_insert_instruction_before_scheduled() 390 UNUSED void *unused = util_dynarray_grow(&block->bundles, midgard_bundle, 1); in mir_insert_instruction_before_scheduled() 392 midgard_bundle *bundles = (midgard_bundle *) block->bundles.data; in mir_insert_instruction_before_scheduled() local 393 memmove(bundles in mir_insert_instruction_before_scheduled() 420 midgard_bundle *bundles = (midgard_bundle *) block->bundles.data; mir_insert_instruction_after_scheduled() local [all...] |
H A D | midgard_schedule.c | 33 * must be grouped into VLIW bundles according to following model: 54 * Load/store instructions are also in bundles of simply two instructions, and 1417 /* Schedule a single block by iterating its instruction to create bundles. 1449 struct util_dynarray bundles; in schedule_block() local 1450 util_dynarray_init(&bundles, NULL); in schedule_block() 1471 util_dynarray_append(&bundles, midgard_bundle, bundle); in schedule_block() 1477 /* We emitted bundles backwards; copy into the block in reverse-order */ in schedule_block() 1479 util_dynarray_init(&block->bundles, block); in schedule_block() 1480 util_dynarray_foreach_reverse(&bundles, midgard_bundle, bundle) { in schedule_block() 1481 util_dynarray_append(&block->bundles, midgard_bundl in schedule_block() [all...] |
H A D | compiler.h | 196 struct util_dynarray bundles; member 389 util_dynarray_foreach(&block->bundles, midgard_bundle, v) 392 util_dynarray_foreach_reverse(&block->bundles, midgard_bundle, v)
|
H A D | midgard_emit.c | 417 /* Up to 3 { ALU, LDST } bundles can execute in parallel with a texture op. 418 * Given a texture op, lookahead to see how many such bundles we can flag for 426 if (bundle >= (midgard_bundle *) ((char *) block->bundles.data + block->bundles.size)) in mir_can_run_ooo() 945 /* After everything is scheduled, emit whole bundles at a time */
|
H A D | midgard_compile.c | 3072 util_dynarray_element(&v->bundles, midgard_bundle, 0); in midgard_get_first_tag_from_block() 3286 /* Cache _all_ bundles in source order for lookahead across failed branches */ in midgard_compile_shader_nir() 3291 bundle_count += block->bundles.size / sizeof(midgard_bundle); in midgard_compile_shader_nir() 3297 util_dynarray_foreach(&block->bundles, midgard_bundle, bundle) { in midgard_compile_shader_nir() 3348 /* Count instructions and bundles */ in midgard_compile_shader_nir() 3353 &block->bundles, midgard_bundle); in midgard_compile_shader_nir() 3372 "%u inst, %u bundles, %u quadwords, " in midgard_compile_shader_nir()
|
H A D | midgard_ra.c | 359 util_dynarray_foreach(&blk->bundles, midgard_bundle, bundle) { in mir_compute_interference()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | RBManager.java | 30 private Vector bundles; // A Vector of NLSbundles, one for each language field in RBManager 77 bundles = new Vector(); in RBManager() 85 bundles.addElement(mainBundle); in RBManager() 145 // Initialize the bundles and encodings in RBManager() 160 // Initialize the bundles and encodings in case the directory information is not available in RBManager() 170 bundles.addElement(dict); in RBManager() 262 Enumeration keys = ((Bundle)bundles.elementAt(0)).allItems.keys(); in RBManager() 281 bundles.addElement(dict); in RBManager() 386 for (int i = 0; i < bundles.size(); i++) { in writeToFile() 387 Bundle bundle = (Bundle)bundles in writeToFile() [all...] |
H A D | RBPropertiesImporter.java | 69 // Merge the two resource bundles in beginImport() 70 Vector bundles = import_rbm.getBundles(); in beginImport() 72 for (int i=0; i < bundles.size(); i++) { in beginImport() 73 Bundle b = (Bundle)bundles.elementAt(i); in beginImport() 77 for (int i=0; i < bundles.size(); i++) { in beginImport() 78 Bundle b = (Bundle)bundles.elementAt(i); in beginImport()
|
H A D | RBReporter.java | 23 * The report produces statistically based reports on specified resource bundles, 407 Vector bundles = rbm.getBundles(); in getAllLanguageReports() 408 for (int i=0; i < bundles.size(); i++) { in getAllLanguageReports() 409 retStr += getLanguageReport(detailed, (Bundle)bundles.elementAt(i)); in getAllLanguageReports() 457 Vector bundles = rbm.getBundles(); in getHTMLReportz() 470 for (int i=0; i < bundles.size(); i++) { in getHTMLReportz() 471 getHTMLLanguageReportz(html, body_elem, detailed, (Bundle)bundles.elementAt(i)); in getHTMLReportz() 486 Vector bundles = rbm.getBundles(); in getHTMLReport() 487 for (int i=0; i < bundles.size(); i++) { in getHTMLReport() 488 buffer.append(getHTMLLanguageReport(detailed, (Bundle)bundles in getHTMLReport() [all...] |
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
H A D | RBProjectItemPanel.java | 44 Vector bundles = bundle.getBundles(); in actionPerformed() 49 for (int j=0; j < bundles.size(); j++) { in actionPerformed() 50 Bundle rbundle = (Bundle)bundles.elementAt(j); in actionPerformed() 72 Vector bundles = bundle.getBundles(); in actionPerformed() 73 for (int i=0; i < bundles.size(); i++) { in actionPerformed() 74 Bundle rbundle = (Bundle)bundles.elementAt(i); in actionPerformed() 139 Vector bundles = manager.getBundles(); in updateComponents() 140 itemFields = new JTextField[bundles.size()]; in updateComponents() 141 itemLabels = new JLabel[bundles.size()]; in updateComponents() 142 commitButtons = new JButton[bundles in updateComponents() [all...] |
H A D | RBManagerGUI.java | 1320 java.util.List bundles; field in RBProject 1327 bundles = new java.util.LinkedList(); in RBProject() 1353 bundles.add(rbm); in RBProject() 1377 return (RBManager)bundles.get(index); in getBundle() 1400 bundles.add(bundle); in addBundle() 1410 bundles.remove(index); in removeBundle()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | SpillPlacement.cpp | 94 /// bundles. The weights are all positive block frequencies. 199 bundles = &getAnalysis<EdgeBundles>(); in runOnMachineFunction() 203 nodes = new Node[bundles->getNumBundles()]; in runOnMachineFunction() 205 TodoList.setUniverse(bundles->getNumBundles()); in runOnMachineFunction() 207 // Compute total ingoing and outgoing block frequencies for all bundles. in runOnMachineFunction() 234 // Very large bundles usually come from big switches, indirect branches, in activate() 238 // Give a small negative bias to large bundles such that a substantial in activate() 243 if (bundles->getBlocks(n).size() > 100) { in activate() 271 unsigned ib = bundles->getBundle(I->Number, false); in addConstraints() 278 unsigned ob = bundles in addConstraints() [all...] |
H A D | SpillPlacement.h | 17 // edge bundles should have the variable in a register and which edge bundles 46 const EdgeBundles *bundles; member in llvm::SpillPlacement 101 /// @param RegBundles Bit vector to receive the edge bundles where the 126 /// scanActiveBundles - Perform an initial scan of all bundles activated by 127 /// addConstraints and addLinks, updating their state. Add all the bundles 133 /// iterate - Update the network iteratively until convergence, or new bundles 137 /// getRecentPositive - Return an array of bundles that became positive during 145 /// The selected bundles are returned in the bitvector passed to prepare(). 147 /// in a register through all relevant bundles [all...] |
/third_party/node/deps/npm/node_modules/pacote/lib/ |
H A D | registry.js | 240 const bundles = attestations.map(({ predicateType, bundle }) => { 256 const attestationKeyIds = bundles.map((b) => b.keyid).filter((k) => !!k) 265 for (const { predicateType, bundle, keyid, signature, statement } of bundles) {
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | RenderPassEncoder.cpp | 92 // they exit before destruction while bundles do not. in DestroyImpl() 281 Ref<RenderBundleBase>* bundles = in APIExecuteBundles() 284 bundles[i] = renderBundles[i]; in APIExecuteBundles() 286 const RenderPassResourceUsage& usages = bundles[i]->GetResourceUsage(); in APIExecuteBundles()
|
H A D | Commands.cpp | 117 auto bundles = commands->NextData<Ref<RenderBundleBase>>(cmd->count); in FreeCommands() local 119 (&bundles[i])->~Ref<RenderBundleBase>(); in FreeCommands()
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | GPURenderPassEncoder.cpp | 103 wgpu::RenderBundle* bundles = nullptr; in executeBundles() local 105 if (!conv(bundles, bundleCount, bundles_in)) { in executeBundles() 109 enc_.ExecuteBundles(bundleCount, bundles); in executeBundles()
|
H A D | GPURenderPassEncoder.h | 62 std::vector<interop::Interface<interop::GPURenderBundle>> bundles) override;
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | DrawIndexedIndirectTests.cpp | 466 std::vector<wgpu::RenderBundle> bundles; in TEST_P() local 476 bundles.push_back(bundleEncoder.Finish()); in TEST_P() 487 bundles.push_back(bundleEncoder.Finish()); in TEST_P() 493 pass.ExecuteBundles(bundles.size(), bundles.data()); in TEST_P()
|
/third_party/icu/icu4c/source/extra/uconv/ |
H A D | makedata.mak | 146 # Inference rule for creating resource bundles
|
/third_party/skia/third_party/externals/icu/source/extra/uconv/ |
H A D | makedata.mak | 129 # Inference rule for creating resource bundles
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | CommandBufferVk.cpp | 1278 auto bundles = mCommands.NextData<Ref<RenderBundleBase>>(cmd->count); in RecordRenderPass() local 1281 CommandIterator* iter = bundles[i]->GetCommands(); in RecordRenderPass()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | CommandBufferD3D12.cpp | 1604 auto bundles = mCommands.NextData<Ref<RenderBundleBase>>(cmd->count); in RecordRenderPass() local 1607 CommandIterator* iter = bundles[i]->GetCommands(); in RecordRenderPass()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | CommandBufferGL.cpp | 1323 auto bundles = mCommands.NextData<Ref<RenderBundleBase>>(cmd->count); in ExecuteRenderPass() local 1326 CommandIterator* iter = bundles[i]->GetCommands(); in ExecuteRenderPass()
|
/third_party/gn/src/gn/ |
H A D | function_toolchain.cc | 786 substitutions. Both tools are required to create iOS/macOS bundles and need
|