Home
last modified time | relevance | path

Searched defs:graph (Results 101 - 125 of 140) sorted by relevance

123456

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c523 struct ra_graph * graph; in do_advanced_regalloc() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DOverlayWidgets.cpp277 const overlay::RunningGraph *graph = static_cast<const overlay::RunningGraph *>(widget); in AppendRunningGraphCommon() local
/third_party/skia/third_party/externals/tint/src/resolver/
H A Ddependency_graph.cc122 DependencyScanner(const SymbolTable& syms, const GlobalMap& globals_by_name, diag::List& diagnostics, DependencyGraph& graph, DependencyEdges& edges) DependencyScanner() argument
H A Ddependency_graph_test.cc35 DependencyGraph graph; in Build() local
1154 auto graph = in TEST_P() local
1327 auto graph = Build(); in TEST_F() local
/third_party/ffmpeg/libavfilter/
H A Davfiltergraph.c70 void ff_graph_thread_free(AVFilterGraph *graph) in ff_graph_thread_free() argument
74 int ff_graph_thread_init(AVFilterGraph *graph) in ff_graph_thread_init() argument
101 void ff_filter_graph_remove_filter(AVFilterGraph *graph, AVFilterContext *filter) in ff_filter_graph_remove_filter() argument
119 avfilter_graph_free(AVFilterGraph **graph) avfilter_graph_free() argument
160 avfilter_graph_set_auto_convert(AVFilterGraph *graph, unsigned flags) avfilter_graph_set_auto_convert() argument
165 avfilter_graph_alloc_filter(AVFilterGraph *graph, const AVFilter *filter, const char *name) avfilter_graph_alloc_filter() argument
207 graph_check_validity(AVFilterGraph *graph, void *log_ctx) graph_check_validity() argument
245 graph_config_links(AVFilterGraph *graph, void *log_ctx) graph_config_links() argument
262 graph_check_links(AVFilterGraph *graph, void *log_ctx) graph_check_links() argument
283 avfilter_graph_get_filter(AVFilterGraph *graph, const char *name) avfilter_graph_get_filter() argument
406 query_formats(AVFilterGraph *graph, void *log_ctx) query_formats() argument
771 reduce_formats(AVFilterGraph *graph) reduce_formats() argument
829 swap_samplerates(AVFilterGraph *graph) swap_samplerates() argument
965 swap_channel_layouts(AVFilterGraph *graph) swap_channel_layouts() argument
1033 swap_sample_fmts(AVFilterGraph *graph) swap_sample_fmts() argument
1042 pick_formats(AVFilterGraph *graph) pick_formats() argument
1097 graph_config_formats(AVFilterGraph *graph, void *log_ctx) graph_config_formats() argument
1125 graph_config_pointers(AVFilterGraph *graph, void *log_ctx) graph_config_pointers() argument
1184 avfilter_graph_send_command(AVFilterGraph *graph, const char *target, const char *cmd, const char *arg, char *res, int res_len, int flags) avfilter_graph_send_command() argument
1214 avfilter_graph_queue_command(AVFilterGraph *graph, const char *target, const char *command, const char *arg, int flags, double ts) avfilter_graph_queue_command() argument
1245 heap_bubble_up(AVFilterGraph *graph, AVFilterLink *link, int index) heap_bubble_up() argument
1264 heap_bubble_down(AVFilterGraph *graph, AVFilterLink *link, int index) heap_bubble_down() argument
1288 ff_avfilter_graph_update_heap(AVFilterGraph *graph, AVFilterLink *link) ff_avfilter_graph_update_heap() argument
1294 avfilter_graph_request_oldest(AVFilterGraph *graph) avfilter_graph_request_oldest() argument
1339 ff_filter_graph_run_once(AVFilterGraph *graph) ff_filter_graph_run_once() argument
[all...]
H A Davfilter.h425 struct AVFilterGraph *graph; ///< filtergraph this filter belongs to member
603 struct AVFilterGraph *graph; member
[all...]
H A Dvf_curves.c66 uint16_t *graph[NB_COMP + 1]; member
[all...]
H A Df_ebur128.c96 struct rect graph; ///< rectangle for the main graph in the center member
[all...]
H A Dvf_zscale.c134 zimg_filter_graph *alpha_graph[MAX_THREADS], *graph[MAX_THREADS]; member
[all...]
/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_backend_tf.c57 TF_Graph *graph; member
[all...]
/third_party/alsa-lib/include/
H A Dtopology.h1095 struct snd_tplg_graph_template *graph; /*!< Graph elements */ global() member
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/
H A DLocaleDistanceBuilder.java56 final Multimap<String, String> graph = TreeMultimap.create(); field in LocaleDistanceBuilder.TerritoryContainment
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/
H A DLocaleDistanceBuilder.java56 final Multimap<String, String> graph = TreeMultimap.create(); field in LocaleDistanceBuilder.TerritoryContainment
/third_party/node/deps/v8/src/compiler/
H A Descape-analysis.cc369 VariableTracker::VariableTracker(JSGraph* graph, EffectGraphReducer* reducer, in VariableTracker() argument
293 EffectGraphReducer( Graph* graph, std::function<void(Node*, Reduction*)> reduce, TickCounter* tick_counter, Zone* zone) EffectGraphReducer() argument
[all...]
H A Dgraph-visualizer.cc271 JSONGraphWriter::JSONGraphWriter(std::ostream& os, const Graph* graph, in JSONGraphWriter() argument
[all...]
H A Dgraph-assembler.h439 Graph* graph() const { return mcgraph_->graph(); } in graph() function in v8::internal::compiler::GraphAssembler
[all...]
H A Dmachine-operator-reducer.cc2402 Graph* MachineOperatorReducer::graph() const { return mcgraph()->graph(); } graph() function in v8::internal::compiler::MachineOperatorReducer
[all...]
H A Dload-elimination.cc1454 Graph* LoadElimination::graph() const { return jsgraph()->graph(); } in graph() function in v8::internal::compiler::LoadElimination
H A Djs-create-lowering.cc1949 Graph* JSCreateLowering::graph() const { return jsgraph()->graph(); } graph() function in v8::internal::compiler::JSCreateLowering
[all...]
H A Djs-generic-lowering.cc1261 Graph* JSGenericLowering::graph() const { return jsgraph()->graph(); } graph() function in v8::internal::compiler::JSGenericLowering
[all...]
H A Draw-machine-assembler.cc18 RawMachineAssembler( Isolate* isolate, Graph* graph, CallDescriptor* call_descriptor, MachineRepresentation word, MachineOperatorBuilder::Flags flags, MachineOperatorBuilder::AlignmentRequirements alignment_requirements) RawMachineAssembler() argument
131 OptimizeControlFlow(Schedule* schedule, Graph* graph, CommonOperatorBuilder* common) OptimizeControlFlow() argument
[all...]
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-snapshot.cc413 CppGraphBuilderImpl(CppHeap& cpp_heap, v8::EmbedderGraph& graph) in CppGraphBuilderImpl() argument
904 Run(v8::Isolate* isolate, v8::EmbedderGraph* graph, void* data) Run() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_context.c990 hud_graph_destroy(struct hud_graph *graph, struct pipe_context *pipe) in hud_graph_destroy() argument
1434 struct hud_graph *graph; hud_parse_env_var() local
1791 struct hud_graph *graph, *graph_tmp; hud_unset_record_context() local
[all...]
/third_party/ffmpeg/libavdevice/
H A Ddshow.c1323 IGraphBuilder *graph = ctx->graph; in dshow_open_device() local
1678 IGraphBuilder *graph = NULL; dshow_read_header() local
[all...]
/third_party/node/src/
H A Denv.cc1690 BuildEmbedderGraph(Isolate* isolate, EmbedderGraph* graph, void* data) BuildEmbedderGraph() argument

Completed in 40 milliseconds

123456