Lines Matching defs:Options
50 struct Options { struct
51 std::vector<std::string> input_filenames;
53 std::vector<std::string> image_filenames;
54 std::string buffer_filename;
55 std::vector<std::string> fb_names;
56 std::vector<amber::BufferInfo> buffer_to_dump;
57 uint32_t engine_major = 1;
58 uint32_t engine_minor = 0;
59 int32_t fence_timeout = -1;
60 int32_t selected_device = -1;
61 bool parse_only = false;
62 bool pipeline_create_only = false;
63 bool disable_validation_layer = false;
64 bool quiet = false;
65 bool show_help = false;
66 bool show_version_info = false;
67 bool log_graphics_calls = false;
68 bool log_graphics_calls_time = false;
69 bool log_execute_calls = false;
70 bool disable_spirv_validation = false;
71 bool enable_pipeline_runtime_layer = false;
72 std::string shader_filename;
73 amber::EngineType engine = amber::kEngineTypeVulkan;
74 std::string spv_env;