Searched defs:CompileConfig (Results 1 – 2 of 2) sorted by relevance
32 struct CompileConfig struct37 CompileConfig(); argument
100 CompileConfig::CompileConfig() : flags(0), name() {} in CompileConfig() function in rx::CompileConfig102 CompileConfig::CompileConfig(UINT flags, const std::string &name) : flags(flags), name(name) {} in CompileConfig() function in rx::CompileConfig