Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
H A Dvisual_studio_writer.cc796 const std::string config_mode = config_mode_prefix + config_platform_; in WriteSolutionFileContents() local
797 out << "\t\t" << config_mode << " = " << config_mode << std::endl; in WriteSolutionFileContents()
805 out << "\t\t" << project->guid << '.' << config_mode in WriteSolutionFileContents()
807 out << "\t\t" << project->guid << '.' << config_mode in WriteSolutionFileContents()
/third_party/mesa3d/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp1984 float_mode config_mode; in emit_set_mode_from_block() local
1985 config_mode.val = program.config->float_mode; in emit_set_mode_from_block()
1987 bool set_round = always_set && block->fp_mode.round != config_mode.round; in emit_set_mode_from_block()
1988 bool set_denorm = always_set && block->fp_mode.denorm != config_mode.denorm; in emit_set_mode_from_block()

Completed in 7 milliseconds