Searched refs:ExecutionType (Results 1 – 5 of 5) sorted by relevance
41 enum class ExecutionType { enum129 ExecutionType execution_type;
70 execution_type(ExecutionType::kExecute), in Options()
92 if (options->execution_type == ExecutionType::kPipelineCreateOnly) in Execute()
528 ? amber::ExecutionType::kPipelineCreateOnly in main()529 : amber::ExecutionType::kExecute; in main()
380 amber_options.execution_type = amber::ExecutionType::kExecute; in iterate()