Home
last modified time | relevance | path

Searched refs:entry_stage (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
H A Dmain.cpp687 string entry_stage; member
1191 if (!args.entry_stage.empty()) in compile_iteration()
1193 model = stage_to_execution_model(args.entry_stage); in compile_iteration()
1208 fprintf(stderr, "Could not find an entry point with stage: %s\n", args.entry_stage.c_str()); in compile_iteration()
1228 args.entry_stage.c_str()); in compile_iteration()
1600 cbs.add("--stage", [&args](CLIParser &parser) { args.entry_stage = parser.next_string(); }); in main_inner()

Completed in 3 milliseconds