| /third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_pair_regalloc.c | 523 struct ra_graph * graph; in do_advanced_regalloc() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | OverlayWidgets.cpp | 277 const overlay::RunningGraph *graph = static_cast<const overlay::RunningGraph *>(widget); in AppendRunningGraphCommon() local
|
| /third_party/skia/third_party/externals/tint/src/resolver/ |
| H A D | dependency_graph.cc | 122 DependencyScanner(const SymbolTable& syms, const GlobalMap& globals_by_name, diag::List& diagnostics, DependencyGraph& graph, DependencyEdges& edges) DependencyScanner() argument
|
| H A D | dependency_graph_test.cc | 35 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 D | avfiltergraph.c | 70 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 D | avfilter.h | 425 struct AVFilterGraph *graph; ///< filtergraph this filter belongs to member 603 struct AVFilterGraph *graph; member [all...] |
| H A D | vf_curves.c | 66 uint16_t *graph[NB_COMP + 1]; member [all...] |
| H A D | f_ebur128.c | 96 struct rect graph; ///< rectangle for the main graph in the center member [all...] |
| H A D | vf_zscale.c | 134 zimg_filter_graph *alpha_graph[MAX_THREADS], *graph[MAX_THREADS]; member [all...] |
| /third_party/ffmpeg/libavfilter/dnn/ |
| H A D | dnn_backend_tf.c | 57 TF_Graph *graph; member [all...] |
| /third_party/alsa-lib/include/ |
| H A D | topology.h | 1095 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 D | LocaleDistanceBuilder.java | 56 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 D | LocaleDistanceBuilder.java | 56 final Multimap<String, String> graph = TreeMultimap.create(); field in LocaleDistanceBuilder.TerritoryContainment
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | escape-analysis.cc | 369 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 D | graph-visualizer.cc | 271 JSONGraphWriter::JSONGraphWriter(std::ostream& os, const Graph* graph, in JSONGraphWriter() argument [all...] |
| H A D | graph-assembler.h | 439 Graph* graph() const { return mcgraph_->graph(); } in graph() function in v8::internal::compiler::GraphAssembler [all...] |
| H A D | machine-operator-reducer.cc | 2402 Graph* MachineOperatorReducer::graph() const { return mcgraph()->graph(); } graph() function in v8::internal::compiler::MachineOperatorReducer [all...] |
| H A D | load-elimination.cc | 1454 Graph* LoadElimination::graph() const { return jsgraph()->graph(); } in graph() function in v8::internal::compiler::LoadElimination
|
| H A D | js-create-lowering.cc | 1949 Graph* JSCreateLowering::graph() const { return jsgraph()->graph(); } graph() function in v8::internal::compiler::JSCreateLowering [all...] |
| H A D | js-generic-lowering.cc | 1261 Graph* JSGenericLowering::graph() const { return jsgraph()->graph(); } graph() function in v8::internal::compiler::JSGenericLowering [all...] |
| H A D | raw-machine-assembler.cc | 18 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 D | cpp-snapshot.cc | 413 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 D | hud_context.c | 990 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 D | dshow.c | 1323 IGraphBuilder *graph = ctx->graph; in dshow_open_device() local 1678 IGraphBuilder *graph = NULL; dshow_read_header() local [all...] |
| /third_party/node/src/ |
| H A D | env.cc | 1690 BuildEmbedderGraph(Isolate* isolate, EmbedderGraph* graph, void* data) BuildEmbedderGraph() argument
|