Home
last modified time | relevance | path

Searched refs:dump_hir (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dstandalone.h34 int dump_hir; member
Dprogram.h38 bool dump_ast, bool dump_hir, bool force_recompile);
Dmain.cpp44 { "dump-hir", no_argument, &options.dump_hir, 1 },
Dstandalone.cpp387 options->dump_hir, true); in compile_shader()
Dglsl_parser_extras.cpp2168 bool dump_ast, bool dump_hir, bool force_recompile) in _mesa_glsl_compile_shader() argument
2231 if (dump_hir) { in _mesa_glsl_compile_shader()