Searched refs:DxvPath (Results 1 – 1 of 1) sorted by relevance
183 std::string DxvPath = getToolChain().GetProgramPath("dxv"); in ConstructJob() local184 assert(DxvPath != "dxv" && "cannot find dxv"); in ConstructJob()196 const char *Exec = Args.MakeArgString(DxvPath); in ConstructJob()305 std::string DxvPath = GetProgramPath("dxv"); in requiresValidation() local306 if (DxvPath != "dxv") in requiresValidation()