Searched refs:gview (Results 1 – 6 of 6) sorted by relevance
74 const GraphView& gview = immutable_state_.graph_view(); in PropagateOutputs() local94 if (previous_num_pending == 1) ready->emplace_back(&gview.node_ref(dst_id)); in PropagateOutputs()102 if (previous_num_pending == 1) ready->emplace_back(&gview.node_ref(dst_id)); in PropagateOutputs()
158 void Initialize(const GraphView& gview) { in Initialize() argument159 is_expensive_.resize(gview.num_nodes()); in Initialize()161 absl::make_unique<std::atomic_uint_fast64_t[]>(gview.num_nodes()); in Initialize()162 for (int32 i = 0; i < gview.num_nodes(); ++i) { in Initialize()163 if (gview.node(i)) { in Initialize()165 gview.node(i)->kernel && gview.node(i)->kernel->IsExpensive(); in Initialize()
393 const GraphView& gview = immutable_state.graph_view(); in ActivateNodesFastPathInternal() local403 const NodeItem* dst_item = &gview.node_ref(dst_id); \ in ActivateNodesFastPathInternal()457 const GraphView& gview = immutable_state.graph_view(); in ActivateNodesSlowPath() local473 const NodeItem* dst_item = &gview.node_ref(dst_id); in ActivateNodesSlowPath()535 const NodeItem* dst_item = &gview.node_ref(dst_id); in ActivateNodesSlowPath()
113 void gview() { in gview() function
705 * src/pshinter/pshrec.c, tests/gview.c: Debugging updates.743 * tests/gview.c: Updated the debugging glyph viewer to show the926 * tests/Jamfile, tests/gview.c: Adding a new glyph hinting
5503 * test/gview.c: Fix renaming ps3->ps typo.5523 * tests/gview.c: Remove code for pshalgo1 and pshalgo2.7363 * test/gview.c (draw_ps3_hint, ps3_draw_control_points): New