Searched refs:opt_ctx (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstreamer/tests/examples/ptp/ |
D | ptp-print-times.c | 64 GOptionContext *opt_ctx; in main() local 68 opt_ctx = g_option_context_new ("- GStreamer PTP clock test app"); in main() 69 g_option_context_add_main_entries (opt_ctx, opt_entries, NULL); in main() 70 g_option_context_add_group (opt_ctx, gst_init_get_option_group ()); in main() 71 if (!g_option_context_parse (opt_ctx, &argc, &argv, &err)) in main() 74 g_option_context_free (opt_ctx); in main()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_optimizer.cpp | 467 struct opt_ctx { struct 478 can_use_VOP3(opt_ctx& ctx, const aco_ptr<Instruction>& instr) in can_use_VOP3() 502 pseudo_propagate_temp(opt_ctx& ctx, aco_ptr<Instruction>& instr, Temp temp, unsigned index) in pseudo_propagate_temp() 565 can_apply_sgprs(opt_ctx& ctx, aco_ptr<Instruction>& instr) in can_apply_sgprs() 579 to_VOP3(opt_ctx& ctx, aco_ptr<Instruction>& instr) in to_VOP3() 608 to_SDWA(opt_ctx& ctx, aco_ptr<Instruction>& instr) in to_SDWA() 661 check_vop3_operands(opt_ctx& ctx, unsigned num_operands, Operand* operands) in check_vop3_operands() 709 parse_base_offset(opt_ctx& ctx, Instruction* instr, unsigned op_index, Temp* base, uint32_t* offset, in parse_base_offset() 775 get_constant_op(opt_ctx& ctx, ssa_info info, uint32_t bits) in get_constant_op() 819 can_apply_extract(opt_ctx& ctx, aco_ptr<Instruction>& instr, unsigned idx, ssa_info& info) in can_apply_extract() [all …]
|
/third_party/gstreamer/gstreamer/libs/gst/helpers/ |
D | gst-ptp-helper.c | 644 GOptionContext *opt_ctx; in main() local 667 opt_ctx = g_option_context_new ("- GStreamer PTP helper process"); in main() 668 g_option_context_add_main_entries (opt_ctx, opt_entries, NULL); in main() 669 if (!g_option_context_parse (opt_ctx, &argc, &argv, &err)) in main() 672 g_option_context_free (opt_ctx); in main()
|