Home
last modified time | relevance | path

Searched refs:new_topology (Results 1 – 14 of 14) sorted by relevance

/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/renderer_vulkan/
H A Dvk_state_tracker.h115 bool ChangePrimitiveTopology(Maxwell::PrimitiveTopology new_topology) { in ChangePrimitiveTopology() argument
116 const bool has_changed = current_topology != new_topology; in ChangePrimitiveTopology()
117 current_topology = new_topology; in ChangePrimitiveTopology()
/dports/devel/ppl/ppl-1.2/src/
H A DConstraint_System.cc55 adjust_topology_and_space_dimension(const Topology new_topology, in adjust_topology_and_space_dimension() argument
60 && new_topology == NECESSARILY_CLOSED) { in adjust_topology_and_space_dimension()
92 sys.set_topology(new_topology); in adjust_topology_and_space_dimension()
H A DGenerator_System.cc40 adjust_topology_and_space_dimension(const Topology new_topology, in adjust_topology_and_space_dimension() argument
44 if (sys.topology() != new_topology) { in adjust_topology_and_space_dimension()
45 if (new_topology == NECESSARILY_CLOSED) { in adjust_topology_and_space_dimension()
H A DGenerator_System_defs.hh517 bool adjust_topology_and_space_dimension(Topology new_topology,
H A DConstraint_System_defs.hh303 bool adjust_topology_and_space_dimension(Topology new_topology,
H A Dppl.hh.dist43489 Adjusts \p *this so that it matches \p new_topology and
43495 bool adjust_topology_and_space_dimension(Topology new_topology,
46457 Adjusts \p *this so that it matches the \p new_topology and
46463 bool adjust_topology_and_space_dimension(Topology new_topology,
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/runtimes/expressions/
H A Dascent_jit_fusion.cpp468 const std::string &new_topology = string_obj["value"].as_string(); in derived_field() local
472 if(!has_topology(dataset, new_topology)) in derived_field()
481 << new_topology << "'" in derived_field()
487 std::unique_ptr<Topology> topo = topologyFactory(new_topology, domain); in derived_field()
507 << "-associated derived field on the topology '" << new_topology in derived_field()
517 out_jitable.topology = new_topology; in derived_field()
/dports/net-p2p/c-lightning/lightning-0.10.2/lightningd/
H A Dchaintopology.h190 struct chain_topology *new_topology(struct lightningd *ld, struct log *log);
H A Dlightningd.c214 ld->topology = new_topology(ld, ld->log); in new_lightningd()
H A Dchaintopology.c1059 struct chain_topology *new_topology(struct lightningd *ld, struct log *log) in new_topology() function
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/sched/
H A Dtopology.c2296 int new_topology; in partition_sched_domains_locked() local
2301 new_topology = arch_update_cpu_topology(); in partition_sched_domains_locked()
2318 for (j = 0; j < n && !new_topology; j++) { in partition_sched_domains_locked()
2350 for (j = 0; j < n && !new_topology; j++) { in partition_sched_domains_locked()
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/sched/
H A Dtopology.c2296 int new_topology; in partition_sched_domains_locked() local
2301 new_topology = arch_update_cpu_topology(); in partition_sched_domains_locked()
2318 for (j = 0; j < n && !new_topology; j++) { in partition_sched_domains_locked()
2350 for (j = 0; j < n && !new_topology; j++) { in partition_sched_domains_locked()
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/sched/
H A Dtopology.c2296 int new_topology; in partition_sched_domains_locked() local
2301 new_topology = arch_update_cpu_topology(); in partition_sched_domains_locked()
2318 for (j = 0; j < n && !new_topology; j++) { in partition_sched_domains_locked()
2350 for (j = 0; j < n && !new_topology; j++) { in partition_sched_domains_locked()
/dports/net-p2p/c-lightning/lightning-0.10.2/lightningd/test/
H A Drun-find_my_abspath.c172 struct chain_topology *new_topology(struct lightningd *ld UNNEEDED, struct log *log UNNEEDED) in new_topology() function